Html Css Color HEX #B0E55F Conifer

📋 copy color: '#B0E55F'

red 176 ◦ green 229 ◦ blue 95

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

Shades of Conifer #B0E55F

Tints of Conifer #B0E55F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.8%

 BLUE value IS 95 (37.5% from 255) = 19%

R = 35.2%
G = 45.8%
B = 19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#B0E55F (or 0xB0E55F) is known color: Conifer. HEX triplet: B0, E5 and 5F. RGB value is (176,229,95). Sum of RGB (Red+Green+Blue) = 176+229+95=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E55F is #4F1AA0. Grayscale: #C6C6C6. Windows color (decimal): -5184161 or 6284720. OLE color: 6284720.

HSL color Cylindrical-coordinate representation of color #B0E55F: hue angle of 83.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0E55F is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 229 95 -
CMYK 0.23 0 0.59 0.10
HSL 83.73º 0.72% 0.64% -
HSV(B) 83.73º 0.59% 0.9% -
XYZ 47.99 66.09 21.05 -
YUV 197.88 69.94 112.4 -
System Red Green Blue C M Y K H S L
Decimal 176 229 95 0.23 0 0.59 0.10 83.73 0.72 0.64
Hex B0 E5 5F 17 0 3B A 54 48 40
Octal 260 345 137 27 0 73 12 124 110 100
Binary 10110000 11100101 1011111 10111 0 111011 1010 1010100 1001000 1000000

Color Harmonies of #B0E55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E55F

Black with #B0E55F

Text Example


Text Example

White with #B0E55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E55F; }

 p { color: rgb(176,229,95); }

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

background-color css

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

 a { background-color: rgb(176,229,95); }

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

border-color css

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

 span { border-color: rgb(176,229,95); }

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