Html Css Color HEX #B0ED42 Conifer

📋 copy color: '#B0ED42'

red 176 ◦ green 237 ◦ blue 66

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

Shades of Conifer #B0ED42

Tints of Conifer #B0ED42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.78%

R = 36.74%
G = 49.48%
B = 13.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#B0ED42 (or 0xB0ED42) is known color: Conifer. HEX triplet: B0, ED and 42. RGB value is (176,237,66). Sum of RGB (Red+Green+Blue) = 176+237+66=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0ED42 is #4F12BD. Grayscale: #C7C7C7. Windows color (decimal): -5182142 or 4386224. OLE color: 4386224.

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

Color convert

RGB 176 237 66 -
CMYK 0.26 0 0.72 0.07
HSL 81.4º 0.83% 0.59% -
HSV(B) 81.4º 0.72% 0.93% -
XYZ 49.17 70.19 16.11 -
YUV 199.27 52.79 111.4 -
System Red Green Blue C M Y K H S L
Decimal 176 237 66 0.26 0 0.72 0.07 81.4 0.83 0.59
Hex B0 ED 42 1A 0 48 7 51 53 3B
Octal 260 355 102 32 0 110 7 121 123 73
Binary 10110000 11101101 1000010 11010 0 1001000 111 1010001 1010011 111011

Color Harmonies of #B0ED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED42

Black with #B0ED42

Text Example


Text Example

White with #B0ED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED42; }

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

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

background-color css

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

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

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

border-color css

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

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

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