Html Css Color HEX #B0EE60 Conifer

📋 copy color: '#B0EE60'

red 176 ◦ green 238 ◦ blue 96

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

Shades of Conifer #B0EE60

Tints of Conifer #B0EE60

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.67%

 BLUE value IS 96 (37.89% from 255) = 18.82%

R = 34.51%
G = 46.67%
B = 18.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#B0EE60 (or 0xB0EE60) is known color: Conifer. HEX triplet: B0, EE and 60. RGB value is (176,238,96). Sum of RGB (Red+Green+Blue) = 176+238+96=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EE60 is #4F119F. Grayscale: #CBCBCB. Windows color (decimal): -5181856 or 6352560. OLE color: 6352560.

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

Color convert

RGB 176 238 96 -
CMYK 0.26 0 0.60 0.07
HSL 86.2º 0.81% 0.65% -
HSV(B) 86.2º 0.6% 0.93% -
XYZ 50.59 71.22 22.15 -
YUV 203.27 67.46 108.55 -
System Red Green Blue C M Y K H S L
Decimal 176 238 96 0.26 0 0.60 0.07 86.2 0.81 0.65
Hex B0 EE 60 1A 0 3C 7 56 51 41
Octal 260 356 140 32 0 74 7 126 121 101
Binary 10110000 11101110 1100000 11010 0 111100 111 1010110 1010001 1000001

Color Harmonies of #B0EE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EE60

Black with #B0EE60

Text Example


Text Example

White with #B0EE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EE60; }

 p { color: rgb(176,238,96); }

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

background-color css

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

 a { background-color: rgb(176,238,96); }

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

border-color css

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

 span { border-color: rgb(176,238,96); }

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