Html Css Color HEX #9DD003 Citrus

📋 copy color: '#9DD003'

red 157 ◦ green 208 ◦ blue 3

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

Shades of Citrus #9DD003

Tints of Citrus #9DD003

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.52%

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

R = 42.66%
G = 56.52%
B = 0.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#9DD003 (or 0x9DD003) is known color: Citrus. HEX triplet: 9D, D0 and 03. RGB value is (157,208,3). Sum of RGB (Red+Green+Blue) = 157+208+3=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD003 is #622FFC. Grayscale: #AAAAAA. Windows color (decimal): -6434813 or 250013. OLE color: 250013.

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

Color convert

RGB 157 208 3 -
CMYK 0.25 0 0.99 0.18
HSL 74.93º 0.97% 0.41% -
HSV(B) 74.93º 0.99% 0.82% -
XYZ 36.48 52.29 8.26 -
YUV 169.38 34.1 119.17 -
System Red Green Blue C M Y K H S L
Decimal 157 208 3 0.25 0 0.99 0.18 74.93 0.97 0.41
Hex 9D D0 3 19 0 63 12 4B 61 29
Octal 235 320 3 31 0 143 22 113 141 51
Binary 10011101 11010000 11 11001 0 1100011 10010 1001011 1100001 101001

Color Harmonies of #9DD003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD003

Black with #9DD003

Text Example


Text Example

White with #9DD003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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