Html Css Color HEX #9DCB01 Citrus

📋 copy color: '#9DCB01'

red 157 ◦ green 203 ◦ blue 1

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

Shades of Citrus #9DCB01

Tints of Citrus #9DCB01

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.23%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 43.49%
G = 56.23%
B = 0.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#9DCB01 (or 0x9DCB01) is known color: Citrus. HEX triplet: 9D, CB and 01. RGB value is (157,203,1). Sum of RGB (Red+Green+Blue) = 157+203+1=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCB01 is #6234FE. Grayscale: #A6A6A6. Windows color (decimal): -6436095 or 117661. OLE color: 117661.

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

Color convert

RGB 157 203 1 -
CMYK 0.23 0 1.00 0.20
HSL 73.66º 0.99% 0.4% -
HSV(B) 73.66º 1% 0.8% -
XYZ 35.27 49.88 7.8 -
YUV 166.22 34.76 121.43 -
System Red Green Blue C M Y K H S L
Decimal 157 203 1 0.23 0 1.00 0.20 73.66 0.99 0.4
Hex 9D CB 1 17 0 64 14 4A 63 28
Octal 235 313 1 27 0 144 24 112 143 50
Binary 10011101 11001011 1 10111 0 1100100 10100 1001010 1100011 101000

Color Harmonies of #9DCB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCB01

Black with #9DCB01

Text Example


Text Example

White with #9DCB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,203,1); }

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

background-color css

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

 a { background-color: rgb(157,203,1); }

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

border-color css

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

 span { border-color: rgb(157,203,1); }

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