Html Css Color HEX #5FCF2D Kelly Green

📋 copy color: '#5FCF2D'

red 95 ◦ green 207 ◦ blue 45

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

Shades of Kelly Green #5FCF2D

Tints of Kelly Green #5FCF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.65%

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 27.38%
G = 59.65%
B = 12.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#5FCF2D (or 0x5FCF2D) is known color: Kelly Green. HEX triplet: 5F, CF and 2D. RGB value is (95,207,45). Sum of RGB (Red+Green+Blue) = 95+207+45=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCF2D is #A030D2. Grayscale: #9B9B9B. Windows color (decimal): -10498259 or 3002207. OLE color: 3002207.

HSL color Cylindrical-coordinate representation of color #5FCF2D: hue angle of 101.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FCF2D is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 207 45 -
CMYK 0.54 0 0.78 0.19
HSL 101.48º 0.64% 0.49% -
HSV(B) 101.48º 0.78% 0.81% -
XYZ 27.51 47.25 10.15 -
YUV 155.04 65.89 85.17 -
System Red Green Blue C M Y K H S L
Decimal 95 207 45 0.54 0 0.78 0.19 101.48 0.64 0.49
Hex 5F CF 2D 36 0 4E 13 65 40 31
Octal 137 317 55 66 0 116 23 145 100 61
Binary 1011111 11001111 101101 110110 0 1001110 10011 1100101 1000000 110001

Color Harmonies of #5FCF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCF2D

Black with #5FCF2D

Text Example


Text Example

White with #5FCF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,207,45); }

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

background-color css

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

 a { background-color: rgb(95,207,45); }

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

border-color css

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

 span { border-color: rgb(95,207,45); }

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