Html Css Color HEX #B0F152 Conifer

📋 copy color: '#B0F152'

red 176 ◦ green 241 ◦ blue 82

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

Shades of Conifer #B0F152

Tints of Conifer #B0F152

RGB

 RED value IS 176 (69.14% from 255) = 35.27%

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

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

R = 35.27%
G = 48.3%
B = 16.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#B0F152 (or 0xB0F152) is known color: Conifer. HEX triplet: B0, F1 and 52. RGB value is (176,241,82). Sum of RGB (Red+Green+Blue) = 176+241+82=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F152 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F152 is #4F0EAD. Grayscale: #CCCCCC. Windows color (decimal): -5181102 or 5435824. OLE color: 5435824.

HSL color Cylindrical-coordinate representation of color #B0F152: hue angle of 84.53º 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 #B0F152 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 241 82 -
CMYK 0.27 0 0.66 0.05
HSL 84.53º 0.85% 0.63% -
HSV(B) 84.53º 0.66% 0.95% -
XYZ 50.88 72.75 19.34 -
YUV 203.44 59.47 108.43 -
System Red Green Blue C M Y K H S L
Decimal 176 241 82 0.27 0 0.66 0.05 84.53 0.85 0.63
Hex B0 F1 52 1B 0 42 5 55 55 3F
Octal 260 361 122 33 0 102 5 125 125 77
Binary 10110000 11110001 1010010 11011 0 1000010 101 1010101 1010101 111111

Color Harmonies of #B0F152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F152

Black with #B0F152

Text Example


Text Example

White with #B0F152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F152; }

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

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

background-color css

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

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

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

border-color css

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

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

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