Html Css Color HEX #BCFF38 Green Yellow

📋 copy color: '#BCFF38'

red 188 ◦ green 255 ◦ blue 56

#BCFF38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #BCFF38

Tints of Green Yellow #BCFF38

RGB

 RED value IS 188 (73.83% from 255) = 37.68%

 GREEN value IS 255 (100% from 255) = 51.1%

 BLUE value IS 56 (22.27% from 255) = 11.22%

R = 37.68%
G = 51.1%
B = 11.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCFF38 (or 0xBCFF38) is known color: Green Yellow. HEX triplet: BC, FF and 38. RGB value is (188,255,56). Sum of RGB (Red+Green+Blue) = 188+255+56=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 56 (22.27% from 255 or 11.22% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF38 is #4300C7. Grayscale: #D5D5D5. Windows color (decimal): -4391112 or 3735484. OLE color: 3735484.

HSL color Cylindrical-coordinate representation of color #BCFF38: hue angle of 80.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCFF38 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 56 -
CMYK 0.26 0 0.78 0
HSL 80.2º 1% 0.61% -
HSV(B) 80.2º 0.78% 1% -
XYZ 57.21 82.5 16.65 -
YUV 212.28 39.8 110.68 -
System Red Green Blue C M Y K H S L
Decimal 188 255 56 0.26 0 0.78 0 80.2 1 0.61
Hex BC FF 38 1A 0 4E 0 50 64 3D
Octal 274 377 70 32 0 116 0 120 144 75
Binary 10111100 11111111 111000 11010 0 1001110 0 1010000 1100100 111101

Color Harmonies of #BCFF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF38

Black with #BCFF38

Text Example


Text Example

White with #BCFF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF38; }

 p { color: rgb(188,255,56); }

 H1.HeaderClassName
 {
   color: #BCFF38;
 }
 .AnyTagClassName
 {
   color: #BCFF38;
 }
</style>

background-color css

<style>
 a { background-color: #BCFF38; }

 a { background-color: rgb(188,255,56); }

 div.DivClassName
 {
   background-color: #BCFF38;
 }
 .BgClassName
 {
   background-color: #BCFF38;
 }
</style>

border-color css

<style>
 span { border-color: #BCFF38; }

 span { border-color: rgb(188,255,56); }

 td.TdClassName
 {
   border-color: #BCFF38;
 }
 .TagClassName
 {
   border-color: #BCFF38;
 }
</style>