#9DC705

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

Shades of Citrus #9DC705

Tints of Citrus #9DC705

Color information

#9DC705 (or 0x9DC705) is unknown color: approx Citrus. HEX triplet: 9D, C7 and 05. RGB value is (157,199,5). Sum of RGB (Red+Green+Blue) = 157+199+5=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC705 is #6238FA. Grayscale: #A5A5A5. Windows color (decimal): -6437115 or 378781. OLE color: 378781.

HSL color Cylindrical-coordinate representation of color #9DC705: hue angle of 72.99º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DC705 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1571995-
CMYK0.2100.970.22
HSL72.99º95.1%40%-
HSV(B)72.99º97.49%78.04%-
XYZ34.3648.037.6-
YUV164.3338.09122.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.49%
GREEN value IS 199 (78.12% from 255) = 55.12%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=43.49%
G=55.12%
B=1.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15719950.2100.970.2272.9995.140
Hex9DC751506116495f28
Octal23530752501412611113750
Binary100111011100011110110101011000011011010010011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DC705; }

 p { color: rgb(157,199,5); }

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

<style>
 a { background-color: #9DC705; }

 a { background-color: rgb(157,199,5); }

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

<style>
 span { border-color: #9DC705; }

 span { border-color: rgb(157,199,5); }

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