Html Css Color HEX #9DCB08 Citrus

📋 copy color: '#9DCB08'

red 157 ◦ green 203 ◦ blue 8

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

Shades of Citrus #9DCB08

Tints of Citrus #9DCB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.17%

R = 42.66%
G = 55.16%
B = 2.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#9DCB08 (or 0x9DCB08) is known color: Citrus. HEX triplet: 9D, CB and 08. RGB value is (157,203,8). Sum of RGB (Red+Green+Blue) = 157+203+8=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCB08 is #6234F7. Grayscale: #A7A7A7. Windows color (decimal): -6436088 or 576413. OLE color: 576413.

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

Color convert

RGB 157 203 8 -
CMYK 0.23 0 0.96 0.20
HSL 74.15º 0.92% 0.41% -
HSV(B) 74.15º 0.96% 0.8% -
XYZ 35.3 49.9 8 -
YUV 167.02 38.26 120.86 -
System Red Green Blue C M Y K H S L
Decimal 157 203 8 0.23 0 0.96 0.20 74.15 0.92 0.41
Hex 9D CB 8 17 0 60 14 4A 5C 29
Octal 235 313 10 27 0 140 24 112 134 51
Binary 10011101 11001011 1000 10111 0 1100000 10100 1001010 1011100 101001

Color Harmonies of #9DCB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCB08

Black with #9DCB08

Text Example


Text Example

White with #9DCB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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