Html Css Color HEX #BBFC5E Conifer

📋 copy color: '#BBFC5E'

red 187 ◦ green 252 ◦ blue 94

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

Shades of Conifer #BBFC5E

Tints of Conifer #BBFC5E

RGB

 RED value IS 187 (73.44% from 255) = 35.08%

 GREEN value IS 252 (98.83% from 255) = 47.28%

 BLUE value IS 94 (37.11% from 255) = 17.64%

R = 35.08%
G = 47.28%
B = 17.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#BBFC5E (or 0xBBFC5E) is known color: Conifer. HEX triplet: BB, FC and 5E. RGB value is (187,252,94). Sum of RGB (Red+Green+Blue) = 187+252+94=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC5E is #4403A1. Grayscale: #D7D7D7. Windows color (decimal): -4457378 or 6225083. OLE color: 6225083.

HSL color Cylindrical-coordinate representation of color #BBFC5E: hue angle of 84.68º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBFC5E is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 94 -
CMYK 0.26 0 0.63 0.01
HSL 84.68º 0.96% 0.68% -
HSV(B) 84.68º 0.63% 0.99% -
XYZ 57.32 80.99 23.2 -
YUV 214.55 59.97 108.35 -
System Red Green Blue C M Y K H S L
Decimal 187 252 94 0.26 0 0.63 0.01 84.68 0.96 0.68
Hex BB FC 5E 1A 0 3F 1 55 60 44
Octal 273 374 136 32 0 77 1 125 140 104
Binary 10111011 11111100 1011110 11010 0 111111 1 1010101 1100000 1000100

Color Harmonies of #BBFC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFC5E

Black with #BBFC5E

Text Example


Text Example

White with #BBFC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFC5E; }

 p { color: rgb(187,252,94); }

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

background-color css

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

 a { background-color: rgb(187,252,94); }

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

border-color css

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

 span { border-color: rgb(187,252,94); }

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