Html Css Color HEX #BBF042 Conifer

📋 copy color: '#BBF042'

red 187 ◦ green 240 ◦ blue 66

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

Shades of Conifer #BBF042

Tints of Conifer #BBF042

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.68%

 BLUE value IS 66 (26.17% from 255) = 13.39%

R = 37.93%
G = 48.68%
B = 13.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#BBF042 (or 0xBBF042) is known color: Conifer. HEX triplet: BB, F0 and 42. RGB value is (187,240,66). Sum of RGB (Red+Green+Blue) = 187+240+66=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF042 is #440FBD. Grayscale: #CCCCCC. Windows color (decimal): -4460478 or 4387003. OLE color: 4387003.

HSL color Cylindrical-coordinate representation of color #BBF042: hue angle of 78.28º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBF042 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 66 -
CMYK 0.22 0 0.72 0.06
HSL 78.28º 0.85% 0.6% -
HSV(B) 78.28º 0.73% 0.94% -
XYZ 52.64 73.28 16.52 -
YUV 204.32 49.94 115.65 -
System Red Green Blue C M Y K H S L
Decimal 187 240 66 0.22 0 0.72 0.06 78.28 0.85 0.6
Hex BB F0 42 16 0 48 6 4E 55 3C
Octal 273 360 102 26 0 110 6 116 125 74
Binary 10111011 11110000 1000010 10110 0 1001000 110 1001110 1010101 111100

Color Harmonies of #BBF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF042

Black with #BBF042

Text Example


Text Example

White with #BBF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF042; }

 p { color: rgb(187,240,66); }

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

background-color css

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

 a { background-color: rgb(187,240,66); }

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

border-color css

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

 span { border-color: rgb(187,240,66); }

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