Html Css Color HEX #5FCA05 Kelly Green

📋 copy color: '#5FCA05'

red 95 ◦ green 202 ◦ blue 5

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

Shades of Kelly Green #5FCA05

Tints of Kelly Green #5FCA05

RGB

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

 GREEN value IS 202 (79.3% from 255) = 66.89%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 31.46%
G = 66.89%
B = 1.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#5FCA05 (or 0x5FCA05) is known color: Kelly Green. HEX triplet: 5F, CA and 05. RGB value is (95,202,5). Sum of RGB (Red+Green+Blue) = 95+202+5=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCA05 is #A035FA. Grayscale: #949494. Windows color (decimal): -10499579 or 379487. OLE color: 379487.

HSL color Cylindrical-coordinate representation of color #5FCA05: hue angle of 92.59º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FCA05 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 202 5 -
CMYK 0.53 0 0.98 0.21
HSL 92.59º 0.95% 0.41% -
HSV(B) 92.59º 0.98% 0.79% -
XYZ 25.87 44.68 7.41 -
YUV 147.55 47.55 90.52 -
System Red Green Blue C M Y K H S L
Decimal 95 202 5 0.53 0 0.98 0.21 92.59 0.95 0.41
Hex 5F CA 5 35 0 62 15 5D 5F 29
Octal 137 312 5 65 0 142 25 135 137 51
Binary 1011111 11001010 101 110101 0 1100010 10101 1011101 1011111 101001

Color Harmonies of #5FCA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCA05

Black with #5FCA05

Text Example


Text Example

White with #5FCA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,202,5); }

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

background-color css

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

 a { background-color: rgb(95,202,5); }

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

border-color css

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

 span { border-color: rgb(95,202,5); }

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