Html Css Color HEX #5FB014 Christi

📋 copy color: '#5FB014'

red 95 ◦ green 176 ◦ blue 20

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

Shades of Christi #5FB014

Tints of Christi #5FB014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 60.48%

 BLUE value IS 20 (8.2% from 255) = 6.87%

R = 32.65%
G = 60.48%
B = 6.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#5FB014 (or 0x5FB014) is known color: Christi. HEX triplet: 5F, B0 and 14. RGB value is (95,176,20). Sum of RGB (Red+Green+Blue) = 95+176+20=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 176 (69.14% from 255 or 60.48% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FB014 is #A04FEB. Grayscale: #868686. Windows color (decimal): -10506220 or 1355871. OLE color: 1355871.

HSL color Cylindrical-coordinate representation of color #5FB014: hue angle of 91.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5FB014 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 176 20 -
CMYK 0.46 0 0.89 0.31
HSL 91.15º 0.8% 0.38% -
HSV(B) 91.15º 0.89% 0.69% -
XYZ 20.37 33.53 6.06 -
YUV 134 63.66 100.18 -
System Red Green Blue C M Y K H S L
Decimal 95 176 20 0.46 0 0.89 0.31 91.15 0.8 0.38
Hex 5F B0 14 2E 0 59 1F 5B 50 26
Octal 137 260 24 56 0 131 37 133 120 46
Binary 1011111 10110000 10100 101110 0 1011001 11111 1011011 1010000 100110

Color Harmonies of #5FB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB014

Black with #5FB014

Text Example


Text Example

White with #5FB014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,176,20); }

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

background-color css

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

 a { background-color: rgb(95,176,20); }

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

border-color css

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

 span { border-color: rgb(95,176,20); }

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