#9DCF03

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

Shades of Citrus #9DCF03

Tints of Citrus #9DCF03

Color information

#9DCF03 (or 0x9DCF03) is unknown color: approx Citrus. HEX triplet: 9D, CF and 03. RGB value is (157,207,3). Sum of RGB (Red+Green+Blue) = 157+207+3=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCF03 is #6230FC. Grayscale: #A9A9A9. Windows color (decimal): -6435069 or 249757. OLE color: 249757.

HSL color Cylindrical-coordinate representation of color #9DCF03: hue angle of 74.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DCF03 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB1572073-
CMYK0.2400.990.19
HSL74.71º97.14%41.18%-
HSV(B)74.71º98.55%81.18%-
XYZ36.2351.88.17-
YUV168.7934.44119.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 207 (81.25% from 255) = 56.40%
BLUE value IS 3 (1.56% from 255) = 0.82%
R=42.78%
G=56.40%
B=0.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15720730.2400.990.1974.7197.1441.18
Hex9DCF318063134b6129
Octal23531733001432311314151
Binary10011101110011111111000011000111001110010111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,3); }

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

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

 a { background-color: rgb(157,207,3); }

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

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

 span { border-color: rgb(157,207,3); }

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