Html Css Color HEX #9DC702 Citrus

📋 copy color: '#9DC702'

red 157 ◦ green 199 ◦ blue 2

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

Shades of Citrus #9DC702

Tints of Citrus #9DC702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.59%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 43.85%
G = 55.59%
B = 0.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#9DC702 (or 0x9DC702) is known color: Citrus. HEX triplet: 9D, C7 and 02. RGB value is (157,199,2). Sum of RGB (Red+Green+Blue) = 157+199+2=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 199 (78.12% from 255 or 55.59% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC702 is #6238FD. Grayscale: #A4A4A4. Windows color (decimal): -6437118 or 182173. OLE color: 182173.

HSL color Cylindrical-coordinate representation of color #9DC702: hue angle of 72.79º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DC702 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 199 2 -
CMYK 0.21 0 0.99 0.22
HSL 72.79º 0.98% 0.39% -
HSV(B) 72.79º 0.99% 0.78% -
XYZ 34.34 48.02 7.52 -
YUV 163.98 36.59 123.02 -
System Red Green Blue C M Y K H S L
Decimal 157 199 2 0.21 0 0.99 0.22 72.79 0.98 0.39
Hex 9D C7 2 15 0 63 16 49 62 27
Octal 235 307 2 25 0 143 26 111 142 47
Binary 10011101 11000111 10 10101 0 1100011 10110 1001001 1100010 100111

Color Harmonies of #9DC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC702

Black with #9DC702

Text Example


Text Example

White with #9DC702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,199,2); }

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

background-color css

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

 a { background-color: rgb(157,199,2); }

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

border-color css

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

 span { border-color: rgb(157,199,2); }

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