Html Css Color HEX #85D206 Citrus

📋 copy color: '#85D206'

red 133 ◦ green 210 ◦ blue 6

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

Shades of Citrus #85D206

Tints of Citrus #85D206

RGB

 RED value IS 133 (52.34% from 255) = 38.11%

 GREEN value IS 210 (82.42% from 255) = 60.17%

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 38.11%
G = 60.17%
B = 1.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#85D206 (or 0x85D206) is known color: Citrus. HEX triplet: 85, D2 and 06. RGB value is (133,210,6). Sum of RGB (Red+Green+Blue) = 133+210+6=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #85D206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D206 is #7A2DF9. Grayscale: #A4A4A4. Windows color (decimal): -8007162 or 447109. OLE color: 447109.

HSL color Cylindrical-coordinate representation of color #85D206: hue angle of 82.65º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85D206 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 210 6 -
CMYK 0.37 0 0.97 0.18
HSL 82.65º 0.94% 0.42% -
HSV(B) 82.65º 0.97% 0.82% -
XYZ 32.75 51.09 8.31 -
YUV 163.72 38.99 106.09 -
System Red Green Blue C M Y K H S L
Decimal 133 210 6 0.37 0 0.97 0.18 82.65 0.94 0.42
Hex 85 D2 6 25 0 61 12 53 5E 2A
Octal 205 322 6 45 0 141 22 123 136 52
Binary 10000101 11010010 110 100101 0 1100001 10010 1010011 1011110 101010

Color Harmonies of #85D206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D206

Black with #85D206

Text Example


Text Example

White with #85D206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85D206; }

 p { color: rgb(133,210,6); }

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

background-color css

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

 a { background-color: rgb(133,210,6); }

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

border-color css

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

 span { border-color: rgb(133,210,6); }

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