Html Css Color HEX #5FA501 Christi

📋 copy color: '#5FA501'

red 95 ◦ green 165 ◦ blue 1

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

Shades of Christi #5FA501

Tints of Christi #5FA501

RGB

 RED value IS 95 (37.5% from 255) = 36.4%

 GREEN value IS 165 (64.84% from 255) = 63.22%

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

R = 36.4%
G = 63.22%
B = 0.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#5FA501 (or 0x5FA501) is known color: Christi. HEX triplet: 5F, A5 and 01. RGB value is (95,165,1). Sum of RGB (Red+Green+Blue) = 95+165+1=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA501 is #A05AFE. Grayscale: #7D7D7D. Windows color (decimal): -10509055 or 107871. OLE color: 107871.

HSL color Cylindrical-coordinate representation of color #5FA501: hue angle of 85.61º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FA501 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 165 1 -
CMYK 0.42 0 0.99 0.35
HSL 85.61º 0.99% 0.33% -
HSV(B) 85.61º 0.99% 0.65% -
XYZ 18.18 29.35 4.73 -
YUV 125.37 57.81 106.34 -
System Red Green Blue C M Y K H S L
Decimal 95 165 1 0.42 0 0.99 0.35 85.61 0.99 0.33
Hex 5F A5 1 2A 0 63 23 56 63 21
Octal 137 245 1 52 0 143 43 126 143 41
Binary 1011111 10100101 1 101010 0 1100011 100011 1010110 1100011 100001

Color Harmonies of #5FA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA501

Black with #5FA501

Text Example


Text Example

White with #5FA501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,165,1); }

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

background-color css

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

 a { background-color: rgb(95,165,1); }

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

border-color css

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

 span { border-color: rgb(95,165,1); }

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