Html Css Color HEX #5FCA03 Kelly Green

📋 copy color: '#5FCA03'

red 95 ◦ green 202 ◦ blue 3

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

Shades of Kelly Green #5FCA03

Tints of Kelly Green #5FCA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 31.67%
G = 67.33%
B = 1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#5FCA03 (or 0x5FCA03) is known color: Kelly Green. HEX triplet: 5F, CA and 03. RGB value is (95,202,3). Sum of RGB (Red+Green+Blue) = 95+202+3=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 202 (79.30% from 255 or 67.33% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCA03 is #A035FC. Grayscale: #949494. Windows color (decimal): -10499581 or 248415. OLE color: 248415.

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

Color convert

RGB 95 202 3 -
CMYK 0.53 0 0.99 0.21
HSL 92.26º 0.97% 0.4% -
HSV(B) 92.26º 0.99% 0.79% -
XYZ 25.86 44.68 7.35 -
YUV 147.32 46.55 90.68 -
System Red Green Blue C M Y K H S L
Decimal 95 202 3 0.53 0 0.99 0.21 92.26 0.97 0.4
Hex 5F CA 3 35 0 63 15 5C 61 28
Octal 137 312 3 65 0 143 25 134 141 50
Binary 1011111 11001010 11 110101 0 1100011 10101 1011100 1100001 101000

Color Harmonies of #5FCA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCA03

Black with #5FCA03

Text Example


Text Example

White with #5FCA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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