Html Css Color HEX #85C80C Citrus

📋 copy color: '#85C80C'

red 133 ◦ green 200 ◦ blue 12

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

Shades of Citrus #85C80C

Tints of Citrus #85C80C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.97%

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

R = 38.55%
G = 57.97%
B = 3.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#85C80C (or 0x85C80C) is known color: Citrus. HEX triplet: 85, C8 and 0C. RGB value is (133,200,12). Sum of RGB (Red+Green+Blue) = 133+200+12=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #85C80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C80C is #7A37F3. Grayscale: #9F9F9F. Windows color (decimal): -8009716 or 837765. OLE color: 837765.

HSL color Cylindrical-coordinate representation of color #85C80C: hue angle of 81.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85C80C is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 200 12 -
CMYK 0.34 0 0.94 0.22
HSL 81.38º 0.89% 0.42% -
HSV(B) 81.38º 0.94% 0.78% -
XYZ 30.39 46.32 7.69 -
YUV 158.54 45.3 109.79 -
System Red Green Blue C M Y K H S L
Decimal 133 200 12 0.34 0 0.94 0.22 81.38 0.89 0.42
Hex 85 C8 C 22 0 5E 16 51 59 2A
Octal 205 310 14 42 0 136 26 121 131 52
Binary 10000101 11001000 1100 100010 0 1011110 10110 1010001 1011001 101010

Color Harmonies of #85C80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C80C

Black with #85C80C

Text Example


Text Example

White with #85C80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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