Html Css Color HEX #9DC508 Citrus

📋 copy color: '#9DC508'

red 157 ◦ green 197 ◦ blue 8

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

Shades of Citrus #9DC508

Tints of Citrus #9DC508

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.42%

 BLUE value IS 8 (3.52% from 255) = 2.21%

R = 43.37%
G = 54.42%
B = 2.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#9DC508 (or 0x9DC508) is known color: Citrus. HEX triplet: 9D, C5 and 08. RGB value is (157,197,8). Sum of RGB (Red+Green+Blue) = 157+197+8=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC508 is #623AF7. Grayscale: #A4A4A4. Windows color (decimal): -6437624 or 574877. OLE color: 574877.

HSL color Cylindrical-coordinate representation of color #9DC508: hue angle of 72.7º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DC508 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 197 8 -
CMYK 0.20 0 0.96 0.23
HSL 72.7º 0.92% 0.4% -
HSV(B) 72.7º 0.96% 0.77% -
XYZ 33.91 47.12 7.54 -
YUV 163.49 40.25 123.37 -
System Red Green Blue C M Y K H S L
Decimal 157 197 8 0.20 0 0.96 0.23 72.7 0.92 0.4
Hex 9D C5 8 14 0 60 17 49 5C 28
Octal 235 305 10 24 0 140 27 111 134 50
Binary 10011101 11000101 1000 10100 0 1100000 10111 1001001 1011100 101000

Color Harmonies of #9DC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC508

Black with #9DC508

Text Example


Text Example

White with #9DC508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,197,8); }

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

background-color css

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

 a { background-color: rgb(157,197,8); }

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

border-color css

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

 span { border-color: rgb(157,197,8); }

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