Html Css Color HEX #BCFF36 Green Yellow

📋 copy color: '#BCFF36'

red 188 ◦ green 255 ◦ blue 54

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

Shades of Green Yellow #BCFF36

Tints of Green Yellow #BCFF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.87%

R = 37.83%
G = 51.31%
B = 10.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#BCFF36 (or 0xBCFF36) is known color: Green Yellow. HEX triplet: BC, FF and 36. RGB value is (188,255,54). Sum of RGB (Red+Green+Blue) = 188+255+54=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 54 (21.48% from 255 or 10.87% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF36 is #4300C9. Grayscale: #D4D4D4. Windows color (decimal): -4391114 or 3604412. OLE color: 3604412.

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

Color convert

RGB 188 255 54 -
CMYK 0.26 0 0.79 0
HSL 80º 1% 0.61% -
HSV(B) 80º 0.79% 1% -
XYZ 57.16 82.48 16.4 -
YUV 212.05 38.8 110.84 -
System Red Green Blue C M Y K H S L
Decimal 188 255 54 0.26 0 0.79 0 80 1 0.61
Hex BC FF 36 1A 0 4F 0 50 64 3D
Octal 274 377 66 32 0 117 0 120 144 75
Binary 10111100 11111111 110110 11010 0 1001111 0 1010000 1100100 111101

Color Harmonies of #BCFF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF36

Black with #BCFF36

Text Example


Text Example

White with #BCFF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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