Html Css Color HEX #9DCD03 Citrus

📋 copy color: '#9DCD03'

red 157 ◦ green 205 ◦ blue 3

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

Shades of Citrus #9DCD03

Tints of Citrus #9DCD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 43.01%
G = 56.16%
B = 0.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#9DCD03 (or 0x9DCD03) is known color: Citrus. HEX triplet: 9D, CD and 03. RGB value is (157,205,3). Sum of RGB (Red+Green+Blue) = 157+205+3=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCD03 is #6232FC. Grayscale: #A8A8A8. Windows color (decimal): -6435581 or 249245. OLE color: 249245.

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

Color convert

RGB 157 205 3 -
CMYK 0.23 0 0.99 0.20
HSL 74.26º 0.97% 0.41% -
HSV(B) 74.26º 0.99% 0.8% -
XYZ 35.75 50.84 8.01 -
YUV 167.62 35.1 120.43 -
System Red Green Blue C M Y K H S L
Decimal 157 205 3 0.23 0 0.99 0.20 74.26 0.97 0.41
Hex 9D CD 3 17 0 63 14 4A 61 29
Octal 235 315 3 27 0 143 24 112 141 51
Binary 10011101 11001101 11 10111 0 1100011 10100 1001010 1100001 101001

Color Harmonies of #9DCD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD03

Black with #9DCD03

Text Example


Text Example

White with #9DCD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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