Html Css Color HEX #BBF045 Conifer

📋 copy color: '#BBF045'

red 187 ◦ green 240 ◦ blue 69

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

Shades of Conifer #BBF045

Tints of Conifer #BBF045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.91%

R = 37.7%
G = 48.39%
B = 13.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#BBF045 (or 0xBBF045) is known color: Conifer. HEX triplet: BB, F0 and 45. RGB value is (187,240,69). Sum of RGB (Red+Green+Blue) = 187+240+69=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF045 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF045 is #440FBA. Grayscale: #CDCDCD. Windows color (decimal): -4460475 or 4583611. OLE color: 4583611.

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

Color convert

RGB 187 240 69 -
CMYK 0.22 0 0.71 0.06
HSL 78.6º 0.85% 0.61% -
HSV(B) 78.6º 0.71% 0.94% -
XYZ 52.73 73.31 17 -
YUV 204.66 51.44 115.4 -
System Red Green Blue C M Y K H S L
Decimal 187 240 69 0.22 0 0.71 0.06 78.6 0.85 0.61
Hex BB F0 45 16 0 47 6 4F 55 3D
Octal 273 360 105 26 0 107 6 117 125 75
Binary 10111011 11110000 1000101 10110 0 1000111 110 1001111 1010101 111101

Color Harmonies of #BBF045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF045

Black with #BBF045

Text Example


Text Example

White with #BBF045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF045; }

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

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

background-color css

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

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

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

border-color css

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

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

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