Html Css Color HEX #5FCA1B Kelly Green

📋 copy color: '#5FCA1B'

red 95 ◦ green 202 ◦ blue 27

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

Shades of Kelly Green #5FCA1B

Tints of Kelly Green #5FCA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 29.32%
G = 62.35%
B = 8.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#5FCA1B (or 0x5FCA1B) is known color: Kelly Green. HEX triplet: 5F, CA and 1B. RGB value is (95,202,27). Sum of RGB (Red+Green+Blue) = 95+202+27=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA1B is #A035E4. Grayscale: #969696. Windows color (decimal): -10499557 or 1821279. OLE color: 1821279.

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

Color convert

RGB 95 202 27 -
CMYK 0.53 0 0.87 0.21
HSL 96.69º 0.76% 0.45% -
HSV(B) 96.69º 0.87% 0.79% -
XYZ 26.04 44.75 8.3 -
YUV 150.06 58.55 88.73 -
System Red Green Blue C M Y K H S L
Decimal 95 202 27 0.53 0 0.87 0.21 96.69 0.76 0.45
Hex 5F CA 1B 35 0 57 15 61 4C 2D
Octal 137 312 33 65 0 127 25 141 114 55
Binary 1011111 11001010 11011 110101 0 1010111 10101 1100001 1001100 101101

Color Harmonies of #5FCA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCA1B

Black with #5FCA1B

Text Example


Text Example

White with #5FCA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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