Html Css Color HEX #B0ED66 Conifer

📋 copy color: '#B0ED66'

red 176 ◦ green 237 ◦ blue 102

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

Shades of Conifer #B0ED66

Tints of Conifer #B0ED66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.81%

R = 34.17%
G = 46.02%
B = 19.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#B0ED66 (or 0xB0ED66) is known color: Conifer. HEX triplet: B0, ED and 66. RGB value is (176,237,102). Sum of RGB (Red+Green+Blue) = 176+237+102=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0ED66 is #4F1299. Grayscale: #CBCBCB. Windows color (decimal): -5182106 or 6745520. OLE color: 6745520.

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

Color convert

RGB 176 237 102 -
CMYK 0.26 0 0.57 0.07
HSL 87.11º 0.79% 0.66% -
HSV(B) 87.11º 0.57% 0.93% -
XYZ 50.59 70.76 23.56 -
YUV 203.37 70.79 108.48 -
System Red Green Blue C M Y K H S L
Decimal 176 237 102 0.26 0 0.57 0.07 87.11 0.79 0.66
Hex B0 ED 66 1A 0 39 7 57 4F 42
Octal 260 355 146 32 0 71 7 127 117 102
Binary 10110000 11101101 1100110 11010 0 111001 111 1010111 1001111 1000010

Color Harmonies of #B0ED66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED66

Black with #B0ED66

Text Example


Text Example

White with #B0ED66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED66; }

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

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

background-color css

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

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

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

border-color css

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

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

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