Html Css Color HEX #85D20C Citrus

📋 copy color: '#85D20C'

red 133 ◦ green 210 ◦ blue 12

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

Shades of Citrus #85D20C

Tints of Citrus #85D20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 37.46%
G = 59.15%
B = 3.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#85D20C (or 0x85D20C) is known color: Citrus. HEX triplet: 85, D2 and 0C. RGB value is (133,210,12). Sum of RGB (Red+Green+Blue) = 133+210+12=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #85D20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D20C is #7A2DF3. Grayscale: #A5A5A5. Windows color (decimal): -8007156 or 840325. OLE color: 840325.

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

Color convert

RGB 133 210 12 -
CMYK 0.37 0 0.94 0.18
HSL 83.33º 0.89% 0.44% -
HSV(B) 83.33º 0.94% 0.82% -
XYZ 32.79 51.11 8.48 -
YUV 164.41 41.99 105.6 -
System Red Green Blue C M Y K H S L
Decimal 133 210 12 0.37 0 0.94 0.18 83.33 0.89 0.44
Hex 85 D2 C 25 0 5E 12 53 59 2C
Octal 205 322 14 45 0 136 22 123 131 54
Binary 10000101 11010010 1100 100101 0 1011110 10010 1010011 1011001 101100

Color Harmonies of #85D20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D20C

Black with #85D20C

Text Example


Text Example

White with #85D20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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