Html Css Color HEX #BBF150 Conifer

📋 copy color: '#BBF150'

red 187 ◦ green 241 ◦ blue 80

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

Shades of Conifer #BBF150

Tints of Conifer #BBF150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.75%

R = 36.81%
G = 47.44%
B = 15.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#BBF150 (or 0xBBF150) is known color: Conifer. HEX triplet: BB, F1 and 50. RGB value is (187,241,80). Sum of RGB (Red+Green+Blue) = 187+241+80=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF150 is #440EAF. Grayscale: #CFCFCF. Windows color (decimal): -4460208 or 5304763. OLE color: 5304763.

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

Color convert

RGB 187 241 80 -
CMYK 0.22 0 0.67 0.05
HSL 80.12º 0.85% 0.63% -
HSV(B) 80.12º 0.67% 0.95% -
XYZ 53.4 74.05 19.07 -
YUV 206.5 56.61 114.09 -
System Red Green Blue C M Y K H S L
Decimal 187 241 80 0.22 0 0.67 0.05 80.12 0.85 0.63
Hex BB F1 50 16 0 43 5 50 55 3F
Octal 273 361 120 26 0 103 5 120 125 77
Binary 10111011 11110001 1010000 10110 0 1000011 101 1010000 1010101 111111

Color Harmonies of #BBF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF150

Black with #BBF150

Text Example


Text Example

White with #BBF150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF150; }

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

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

background-color css

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

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

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

border-color css

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

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

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