Html Css Color HEX #BBFC4D Conifer

📋 copy color: '#BBFC4D'

red 187 ◦ green 252 ◦ blue 77

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

Shades of Conifer #BBFC4D

Tints of Conifer #BBFC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.92%

R = 36.24%
G = 48.84%
B = 14.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#BBFC4D (or 0xBBFC4D) is known color: Conifer. HEX triplet: BB, FC and 4D. RGB value is (187,252,77). Sum of RGB (Red+Green+Blue) = 187+252+77=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC4D is #4403B2. Grayscale: #D5D5D5. Windows color (decimal): -4457395 or 5110971. OLE color: 5110971.

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

Color convert

RGB 187 252 77 -
CMYK 0.26 0 0.69 0.01
HSL 82.29º 0.97% 0.65% -
HSV(B) 82.29º 0.69% 0.99% -
XYZ 56.64 80.72 19.62 -
YUV 212.62 51.47 109.73 -
System Red Green Blue C M Y K H S L
Decimal 187 252 77 0.26 0 0.69 0.01 82.29 0.97 0.65
Hex BB FC 4D 1A 0 45 1 52 61 41
Octal 273 374 115 32 0 105 1 122 141 101
Binary 10111011 11111100 1001101 11010 0 1000101 1 1010010 1100001 1000001

Color Harmonies of #BBFC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFC4D

Black with #BBFC4D

Text Example


Text Example

White with #BBFC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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