Html Css Color HEX #BBF14C Conifer

📋 copy color: '#BBF14C'

red 187 ◦ green 241 ◦ blue 76

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

Shades of Conifer #BBF14C

Tints of Conifer #BBF14C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.82%

 BLUE value IS 76 (30.08% from 255) = 15.08%

R = 37.1%
G = 47.82%
B = 15.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#BBF14C (or 0xBBF14C) is known color: Conifer. HEX triplet: BB, F1 and 4C. RGB value is (187,241,76). Sum of RGB (Red+Green+Blue) = 187+241+76=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF14C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF14C is #440EB3. Grayscale: #CECECE. Windows color (decimal): -4460212 or 5042619. OLE color: 5042619.

HSL color Cylindrical-coordinate representation of color #BBF14C: hue angle of 79.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBF14C is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 76 -
CMYK 0.22 0 0.68 0.05
HSL 79.64º 0.85% 0.62% -
HSV(B) 79.64º 0.68% 0.95% -
XYZ 53.25 74 18.31 -
YUV 206.04 54.61 114.42 -
System Red Green Blue C M Y K H S L
Decimal 187 241 76 0.22 0 0.68 0.05 79.64 0.85 0.62
Hex BB F1 4C 16 0 44 5 50 55 3E
Octal 273 361 114 26 0 104 5 120 125 76
Binary 10111011 11110001 1001100 10110 0 1000100 101 1010000 1010101 111110

Color Harmonies of #BBF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF14C

Black with #BBF14C

Text Example


Text Example

White with #BBF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF14C; }

 p { color: rgb(187,241,76); }

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

background-color css

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

 a { background-color: rgb(187,241,76); }

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

border-color css

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

 span { border-color: rgb(187,241,76); }

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