Html Css Color HEX #9DCD07 Citrus

📋 copy color: '#9DCD07'

red 157 ◦ green 205 ◦ blue 7

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

Shades of Citrus #9DCD07

Tints of Citrus #9DCD07

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.56%

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 42.55%
G = 55.56%
B = 1.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#9DCD07 (or 0x9DCD07) is known color: Citrus. HEX triplet: 9D, CD and 07. RGB value is (157,205,7). Sum of RGB (Red+Green+Blue) = 157+205+7=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCD07 is #6232F8. Grayscale: #A8A8A8. Windows color (decimal): -6435577 or 511389. OLE color: 511389.

HSL color Cylindrical-coordinate representation of color #9DCD07: hue angle of 74.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DCD07 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 7 -
CMYK 0.23 0 0.97 0.20
HSL 74.55º 0.93% 0.42% -
HSV(B) 74.55º 0.97% 0.8% -
XYZ 35.77 50.85 8.13 -
YUV 168.08 37.1 120.1 -
System Red Green Blue C M Y K H S L
Decimal 157 205 7 0.23 0 0.97 0.20 74.55 0.93 0.42
Hex 9D CD 7 17 0 61 14 4B 5D 2A
Octal 235 315 7 27 0 141 24 113 135 52
Binary 10011101 11001101 111 10111 0 1100001 10100 1001011 1011101 101010

Color Harmonies of #9DCD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD07

Black with #9DCD07

Text Example


Text Example

White with #9DCD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,205,7); }

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

background-color css

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

 a { background-color: rgb(157,205,7); }

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

border-color css

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

 span { border-color: rgb(157,205,7); }

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