Html Css Color HEX #B0ED47 Conifer

📋 copy color: '#B0ED47'

red 176 ◦ green 237 ◦ blue 71

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

Shades of Conifer #B0ED47

Tints of Conifer #B0ED47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.67%

R = 36.36%
G = 48.97%
B = 14.67%

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

#B0ED47 (or 0xB0ED47) is known color: Conifer. HEX triplet: B0, ED and 47. RGB value is (176,237,71). Sum of RGB (Red+Green+Blue) = 176+237+71=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0ED47 is #4F12B8. Grayscale: #C8C8C8. Windows color (decimal): -5182137 or 4713904. OLE color: 4713904.

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

Color convert

RGB 176 237 71 -
CMYK 0.26 0 0.70 0.07
HSL 82.05º 0.82% 0.6% -
HSV(B) 82.05º 0.7% 0.93% -
XYZ 49.33 70.25 16.92 -
YUV 199.84 55.29 111 -
System Red Green Blue C M Y K H S L
Decimal 176 237 71 0.26 0 0.70 0.07 82.05 0.82 0.6
Hex B0 ED 47 1A 0 46 7 52 52 3C
Octal 260 355 107 32 0 106 7 122 122 74
Binary 10110000 11101101 1000111 11010 0 1000110 111 1010010 1010010 111100

Color Harmonies of #B0ED47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED47

Black with #B0ED47

Text Example


Text Example

White with #B0ED47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED47; }

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

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

background-color css

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

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

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

border-color css

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

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

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