Html Css Color HEX #9DC005 Citrus

📋 copy color: '#9DC005'

red 157 ◦ green 192 ◦ blue 5

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

Shades of Citrus #9DC005

Tints of Citrus #9DC005

RGB

 RED value IS 157 (61.72% from 255) = 44.35%

 GREEN value IS 192 (75.39% from 255) = 54.24%

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 44.35%
G = 54.24%
B = 1.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#9DC005 (or 0x9DC005) is known color: Citrus. HEX triplet: 9D, C0 and 05. RGB value is (157,192,5). Sum of RGB (Red+Green+Blue) = 157+192+5=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC005 is #623FFA. Grayscale: #A0A0A0. Windows color (decimal): -6438907 or 376989. OLE color: 376989.

HSL color Cylindrical-coordinate representation of color #9DC005: hue angle of 71.23º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DC005 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 5 -
CMYK 0.18 0 0.97 0.25
HSL 71.23º 0.95% 0.39% -
HSV(B) 71.23º 0.97% 0.75% -
XYZ 32.78 44.88 7.08 -
YUV 160.22 40.4 125.71 -
System Red Green Blue C M Y K H S L
Decimal 157 192 5 0.18 0 0.97 0.25 71.23 0.95 0.39
Hex 9D C0 5 12 0 61 19 47 5F 27
Octal 235 300 5 22 0 141 31 107 137 47
Binary 10011101 11000000 101 10010 0 1100001 11001 1000111 1011111 100111

Color Harmonies of #9DC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC005

Black with #9DC005

Text Example


Text Example

White with #9DC005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DC005;
 }
 .AnyTagClassName
 {
   color: #9DC005;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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