Html Css Color HEX #BBF152 Conifer

📋 copy color: '#BBF152'

red 187 ◦ green 241 ◦ blue 82

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

Shades of Conifer #BBF152

Tints of Conifer #BBF152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.08%

R = 36.67%
G = 47.25%
B = 16.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#BBF152 (or 0xBBF152) is known color: Conifer. HEX triplet: BB, F1 and 52. RGB value is (187,241,82). Sum of RGB (Red+Green+Blue) = 187+241+82=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF152 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF152 is #440EAD. Grayscale: #CFCFCF. Windows color (decimal): -4460206 or 5435835. OLE color: 5435835.

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

Color convert

RGB 187 241 82 -
CMYK 0.22 0 0.66 0.05
HSL 80.38º 0.85% 0.63% -
HSV(B) 80.38º 0.66% 0.95% -
XYZ 53.47 74.08 19.46 -
YUV 206.73 57.61 113.93 -
System Red Green Blue C M Y K H S L
Decimal 187 241 82 0.22 0 0.66 0.05 80.38 0.85 0.63
Hex BB F1 52 16 0 42 5 50 55 3F
Octal 273 361 122 26 0 102 5 120 125 77
Binary 10111011 11110001 1010010 10110 0 1000010 101 1010000 1010101 111111

Color Harmonies of #BBF152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF152

Black with #BBF152

Text Example


Text Example

White with #BBF152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF152; }

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

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

background-color css

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

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

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

border-color css

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

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

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