Html Css Color HEX #B0ED48 Conifer

📋 copy color: '#B0ED48'

red 176 ◦ green 237 ◦ blue 72

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

Shades of Conifer #B0ED48

Tints of Conifer #B0ED48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.85%

R = 36.29%
G = 48.87%
B = 14.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#B0ED48 (or 0xB0ED48) is known color: Conifer. HEX triplet: B0, ED and 48. RGB value is (176,237,72). Sum of RGB (Red+Green+Blue) = 176+237+72=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0ED48 is #4F12B7. Grayscale: #C8C8C8. Windows color (decimal): -5182136 or 4779440. OLE color: 4779440.

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

Color convert

RGB 176 237 72 -
CMYK 0.26 0 0.70 0.07
HSL 82.18º 0.82% 0.61% -
HSV(B) 82.18º 0.7% 0.93% -
XYZ 49.36 70.27 17.09 -
YUV 199.95 55.79 110.92 -
System Red Green Blue C M Y K H S L
Decimal 176 237 72 0.26 0 0.70 0.07 82.18 0.82 0.61
Hex B0 ED 48 1A 0 46 7 52 52 3D
Octal 260 355 110 32 0 106 7 122 122 75
Binary 10110000 11101101 1001000 11010 0 1000110 111 1010010 1010010 111101

Color Harmonies of #B0ED48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED48

Black with #B0ED48

Text Example


Text Example

White with #B0ED48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED48; }

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

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

background-color css

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

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

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

border-color css

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

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

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