Html Css Color HEX #B0E058 Conifer

📋 copy color: '#B0E058'

red 176 ◦ green 224 ◦ blue 88

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

Shades of Conifer #B0E058

Tints of Conifer #B0E058

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.9%

 BLUE value IS 88 (34.77% from 255) = 18.03%

R = 36.07%
G = 45.9%
B = 18.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#B0E058 (or 0xB0E058) is known color: Conifer. HEX triplet: B0, E0 and 58. RGB value is (176,224,88). Sum of RGB (Red+Green+Blue) = 176+224+88=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E058 is #4F1FA7. Grayscale: #C2C2C2. Windows color (decimal): -5185448 or 5824688. OLE color: 5824688.

HSL color Cylindrical-coordinate representation of color #B0E058: hue angle of 81.18º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0E058 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 88 -
CMYK 0.21 0 0.61 0.12
HSL 81.18º 0.69% 0.61% -
HSV(B) 81.18º 0.61% 0.88% -
XYZ 46.32 63.25 19 -
YUV 194.14 68.1 115.06 -
System Red Green Blue C M Y K H S L
Decimal 176 224 88 0.21 0 0.61 0.12 81.18 0.69 0.61
Hex B0 E0 58 15 0 3D C 51 45 3D
Octal 260 340 130 25 0 75 14 121 105 75
Binary 10110000 11100000 1011000 10101 0 111101 1100 1010001 1000101 111101

Color Harmonies of #B0E058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E058

Black with #B0E058

Text Example


Text Example

White with #B0E058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E058; }

 p { color: rgb(176,224,88); }

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

background-color css

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

 a { background-color: rgb(176,224,88); }

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

border-color css

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

 span { border-color: rgb(176,224,88); }

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