#85C003

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

Shades of Citrus #85C003

Tints of Citrus #85C003

Color information

#85C003 (or 0x85C003) is unknown color: approx Citrus. HEX triplet: 85, C0 and 03. RGB value is (133,192,3). Sum of RGB (Red+Green+Blue) = 133+192+3=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #85C003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C003 is #7A3FFC. Grayscale: #999999. Windows color (decimal): -8011773 or 245893. OLE color: 245893.

HSL color Cylindrical-coordinate representation of color #85C003: hue angle of 78.73º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85C003 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB1331923-
CMYK0.3100.980.25
HSL78.73º96.92%38.24%-
HSV(B)78.73º98.44%75.29%-
XYZ28.5442.696.82-
YUV152.8143.45113.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 192 (75.39% from 255) = 58.54%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=40.55%
G=58.54%
B=0.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13319230.3100.980.2578.7396.9238.24
Hex85C031F062194f6126
Octal20530033701423111714146
Binary10000101110000001111111011000101100110011111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,192,3); }

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

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

 a { background-color: rgb(133,192,3); }

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

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

 span { border-color: rgb(133,192,3); }

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