Html Css Color HEX #9DC80D Citrus

📋 copy color: '#9DC80D'

red 157 ◦ green 200 ◦ blue 13

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

Shades of Citrus #9DC80D

Tints of Citrus #9DC80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.05%

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 42.43%
G = 54.05%
B = 3.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#9DC80D (or 0x9DC80D) is known color: Citrus. HEX triplet: 9D, C8 and 0D. RGB value is (157,200,13). Sum of RGB (Red+Green+Blue) = 157+200+13=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC80D is #6237F2. Grayscale: #A6A6A6. Windows color (decimal): -6436851 or 903325. OLE color: 903325.

HSL color Cylindrical-coordinate representation of color #9DC80D: hue angle of 73.8º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DC80D is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 200 13 -
CMYK 0.22 0 0.94 0.22
HSL 73.8º 0.88% 0.42% -
HSV(B) 73.8º 0.94% 0.78% -
XYZ 34.63 48.51 7.92 -
YUV 165.83 41.75 121.71 -
System Red Green Blue C M Y K H S L
Decimal 157 200 13 0.22 0 0.94 0.22 73.8 0.88 0.42
Hex 9D C8 D 16 0 5E 16 4A 58 2A
Octal 235 310 15 26 0 136 26 112 130 52
Binary 10011101 11001000 1101 10110 0 1011110 10110 1001010 1011000 101010

Color Harmonies of #9DC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC80D

Black with #9DC80D

Text Example


Text Example

White with #9DC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,200,13); }

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

background-color css

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

 a { background-color: rgb(157,200,13); }

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

border-color css

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

 span { border-color: rgb(157,200,13); }

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