Html Css Color HEX #BBF249 Conifer

📋 copy color: '#BBF249'

red 187 ◦ green 242 ◦ blue 73

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

Shades of Conifer #BBF249

Tints of Conifer #BBF249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.21%

 BLUE value IS 73 (28.91% from 255) = 14.54%

R = 37.25%
G = 48.21%
B = 14.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#BBF249 (or 0xBBF249) is known color: Conifer. HEX triplet: BB, F2 and 49. RGB value is (187,242,73). Sum of RGB (Red+Green+Blue) = 187+242+73=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF249 is #440DB6. Grayscale: #CECECE. Windows color (decimal): -4459959 or 4846267. OLE color: 4846267.

HSL color Cylindrical-coordinate representation of color #BBF249: hue angle of 79.53º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBF249 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 73 -
CMYK 0.23 0 0.70 0.05
HSL 79.53º 0.87% 0.62% -
HSV(B) 79.53º 0.7% 0.95% -
XYZ 53.45 74.55 17.88 -
YUV 206.29 52.78 114.24 -
System Red Green Blue C M Y K H S L
Decimal 187 242 73 0.23 0 0.70 0.05 79.53 0.87 0.62
Hex BB F2 49 17 0 46 5 50 57 3E
Octal 273 362 111 27 0 106 5 120 127 76
Binary 10111011 11110010 1001001 10111 0 1000110 101 1010000 1010111 111110

Color Harmonies of #BBF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF249

Black with #BBF249

Text Example


Text Example

White with #BBF249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF249; }

 p { color: rgb(187,242,73); }

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

background-color css

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

 a { background-color: rgb(187,242,73); }

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

border-color css

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

 span { border-color: rgb(187,242,73); }

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