Html Css Color HEX #B0ED49 Conifer

📋 copy color: '#B0ED49'

red 176 ◦ green 237 ◦ blue 73

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

Shades of Conifer #B0ED49

Tints of Conifer #B0ED49

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.77%

 BLUE value IS 73 (28.91% from 255) = 15.02%

R = 36.21%
G = 48.77%
B = 15.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#B0ED49 (or 0xB0ED49) is known color: Conifer. HEX triplet: B0, ED and 49. RGB value is (176,237,73). Sum of RGB (Red+Green+Blue) = 176+237+73=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0ED49 is #4F12B6. Grayscale: #C8C8C8. Windows color (decimal): -5182135 or 4844976. OLE color: 4844976.

HSL color Cylindrical-coordinate representation of color #B0ED49: hue angle of 82.32º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0ED49 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 73 -
CMYK 0.26 0 0.69 0.07
HSL 82.32º 0.82% 0.61% -
HSV(B) 82.32º 0.69% 0.93% -
XYZ 49.39 70.28 17.27 -
YUV 200.07 56.29 110.84 -
System Red Green Blue C M Y K H S L
Decimal 176 237 73 0.26 0 0.69 0.07 82.32 0.82 0.61
Hex B0 ED 49 1A 0 45 7 52 52 3D
Octal 260 355 111 32 0 105 7 122 122 75
Binary 10110000 11101101 1001001 11010 0 1000101 111 1010010 1010010 111101

Color Harmonies of #B0ED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED49

Black with #B0ED49

Text Example


Text Example

White with #B0ED49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED49; }

 p { color: rgb(176,237,73); }

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

background-color css

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

 a { background-color: rgb(176,237,73); }

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

border-color css

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

 span { border-color: rgb(176,237,73); }

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