Html Css Color HEX #BCFF4B Green Yellow

📋 copy color: '#BCFF4B'

red 188 ◦ green 255 ◦ blue 75

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

Shades of Green Yellow #BCFF4B

Tints of Green Yellow #BCFF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.48%

R = 36.29%
G = 49.23%
B = 14.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#BCFF4B (or 0xBCFF4B) is known color: Green Yellow. HEX triplet: BC, FF and 4B. RGB value is (188,255,75). Sum of RGB (Red+Green+Blue) = 188+255+75=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF4B is #4300B4. Grayscale: #D7D7D7. Windows color (decimal): -4391093 or 4980668. OLE color: 4980668.

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

Color convert

RGB 188 255 75 -
CMYK 0.26 0 0.71 0
HSL 82.33º 1% 0.65% -
HSV(B) 82.33º 0.71% 1% -
XYZ 57.77 82.72 19.58 -
YUV 214.45 49.3 109.14 -
System Red Green Blue C M Y K H S L
Decimal 188 255 75 0.26 0 0.71 0 82.33 1 0.65
Hex BC FF 4B 1A 0 47 0 52 64 41
Octal 274 377 113 32 0 107 0 122 144 101
Binary 10111100 11111111 1001011 11010 0 1000111 0 1010010 1100100 1000001

Color Harmonies of #BCFF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF4B

Black with #BCFF4B

Text Example


Text Example

White with #BCFF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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