Html Css Color HEX #B0EC52 Conifer

📋 copy color: '#B0EC52'

red 176 ◦ green 236 ◦ blue 82

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

Shades of Conifer #B0EC52

Tints of Conifer #B0EC52

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.77%

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

R = 35.63%
G = 47.77%
B = 16.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#B0EC52 (or 0xB0EC52) is known color: Conifer. HEX triplet: B0, EC and 52. RGB value is (176,236,82). Sum of RGB (Red+Green+Blue) = 176+236+82=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EC52 is #4F13AD. Grayscale: #C9C9C9. Windows color (decimal): -5182382 or 5434544. OLE color: 5434544.

HSL color Cylindrical-coordinate representation of color #B0EC52: hue angle of 83.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0EC52 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 236 82 -
CMYK 0.25 0 0.65 0.07
HSL 83.38º 0.8% 0.62% -
HSV(B) 83.38º 0.65% 0.93% -
XYZ 49.42 69.83 18.86 -
YUV 200.5 61.12 110.52 -
System Red Green Blue C M Y K H S L
Decimal 176 236 82 0.25 0 0.65 0.07 83.38 0.8 0.62
Hex B0 EC 52 19 0 41 7 53 50 3E
Octal 260 354 122 31 0 101 7 123 120 76
Binary 10110000 11101100 1010010 11001 0 1000001 111 1010011 1010000 111110

Color Harmonies of #B0EC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EC52

Black with #B0EC52

Text Example


Text Example

White with #B0EC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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