Html Css Color HEX #5FCB2D Kelly Green

📋 copy color: '#5FCB2D'

red 95 ◦ green 203 ◦ blue 45

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

Shades of Kelly Green #5FCB2D

Tints of Kelly Green #5FCB2D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.18%

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

R = 27.7%
G = 59.18%
B = 13.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#5FCB2D (or 0x5FCB2D) is known color: Kelly Green. HEX triplet: 5F, CB and 2D. RGB value is (95,203,45). Sum of RGB (Red+Green+Blue) = 95+203+45=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 203 (79.69% from 255 or 59.18% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCB2D is #A034D2. Grayscale: #999999. Windows color (decimal): -10499283 or 3001183. OLE color: 3001183.

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

Color convert

RGB 95 203 45 -
CMYK 0.53 0 0.78 0.20
HSL 101.01º 0.64% 0.49% -
HSV(B) 101.01º 0.78% 0.8% -
XYZ 26.55 45.33 9.83 -
YUV 152.7 67.22 86.85 -
System Red Green Blue C M Y K H S L
Decimal 95 203 45 0.53 0 0.78 0.20 101.01 0.64 0.49
Hex 5F CB 2D 35 0 4E 14 65 40 31
Octal 137 313 55 65 0 116 24 145 100 61
Binary 1011111 11001011 101101 110101 0 1001110 10100 1100101 1000000 110001

Color Harmonies of #5FCB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCB2D

Black with #5FCB2D

Text Example


Text Example

White with #5FCB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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