#85C707

Color #85C707 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #85C707

Tints of Citrus #85C707

Color information

#85C707 (or 0x85C707) is unknown color: approx Citrus. HEX triplet: 85, C7 and 07. RGB value is (133,199,7). Sum of RGB (Red+Green+Blue) = 133+199+7=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #85C707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C707 is #7A38F8. Grayscale: #9E9E9E. Windows color (decimal): -8009977 or 509829. OLE color: 509829.

HSL color Cylindrical-coordinate representation of color #85C707: hue angle of 80.62º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85C707 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1331997-
CMYK0.3300.960.22
HSL80.62º93.2%40.39%-
HSV(B)80.62º96.48%78.04%-
XYZ30.1345.857.46-
YUV157.3843.13110.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 199 (78.12% from 255) = 58.70%
BLUE value IS 7 (3.12% from 255) = 2.06%
R=39.23%
G=58.70%
B=2.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13319970.3300.960.2280.6293.240.39
Hex85C772106016515d28
Octal20530774101402612113550
Binary1000010111000111111100001011000001011010100011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,199,7); }

 H1.HeaderClassName
 {
   color: #85C707;
 }
 .AnyTagClassName
 {
   color: #85C707;
 }
</style>
background-color css

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

 a { background-color: rgb(133,199,7); }

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

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

 span { border-color: rgb(133,199,7); }

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