Html Css Color HEX #5D9C01 Christi

📋 copy color: '#5D9C01'

red 93 ◦ green 156 ◦ blue 1

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

Shades of Christi #5D9C01

Tints of Christi #5D9C01

RGB

 RED value IS 93 (36.72% from 255) = 37.2%

 GREEN value IS 156 (61.33% from 255) = 62.4%

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

R = 37.2%
G = 62.4%
B = 0.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#5D9C01 (or 0x5D9C01) is known color: Christi. HEX triplet: 5D, 9C and 01. RGB value is (93,156,1). Sum of RGB (Red+Green+Blue) = 93+156+1=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 156 (61.33% from 255 or 62.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9C01 is #A263FE. Grayscale: #787878. Windows color (decimal): -10642431 or 105565. OLE color: 105565.

HSL color Cylindrical-coordinate representation of color #5D9C01: hue angle of 84.39º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D9C01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 156 1 -
CMYK 0.40 0 0.99 0.39
HSL 84.39º 0.99% 0.31% -
HSV(B) 84.39º 0.99% 0.61% -
XYZ 16.41 26.11 4.2 -
YUV 119.49 61.13 109.1 -
System Red Green Blue C M Y K H S L
Decimal 93 156 1 0.40 0 0.99 0.39 84.39 0.99 0.31
Hex 5D 9C 1 28 0 63 27 54 63 1F
Octal 135 234 1 50 0 143 47 124 143 37
Binary 1011101 10011100 1 101000 0 1100011 100111 1010100 1100011 11111

Color Harmonies of #5D9C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9C01

Black with #5D9C01

Text Example


Text Example

White with #5D9C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D9C01; }

 p { color: rgb(93,156,1); }

 H1.HeaderClassName
 {
   color: #5D9C01;
 }
 .AnyTagClassName
 {
   color: #5D9C01;
 }
</style>

background-color css

<style>
 a { background-color: #5D9C01; }

 a { background-color: rgb(93,156,1); }

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

border-color css

<style>
 span { border-color: #5D9C01; }

 span { border-color: rgb(93,156,1); }

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