Html Css Color HEX #65DC2A Kelly Green

📋 copy color: '#65DC2A'

red 101 ◦ green 220 ◦ blue 42

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

Shades of Kelly Green #65DC2A

Tints of Kelly Green #65DC2A

RGB

 RED value IS 101 (39.84% from 255) = 27.82%

 GREEN value IS 220 (86.33% from 255) = 60.61%

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 27.82%
G = 60.61%
B = 11.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#65DC2A (or 0x65DC2A) is known color: Kelly Green. HEX triplet: 65, DC and 2A. RGB value is (101,220,42). Sum of RGB (Red+Green+Blue) = 101+220+42=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DC2A is #9A23D5. Grayscale: #A4A4A4. Windows color (decimal): -10101718 or 2808933. OLE color: 2808933.

HSL color Cylindrical-coordinate representation of color #65DC2A: hue angle of 100.11º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65DC2A is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 220 42 -
CMYK 0.54 0 0.81 0.14
HSL 100.11º 0.72% 0.51% -
HSV(B) 100.11º 0.81% 0.86% -
XYZ 31.38 54.12 10.98 -
YUV 164.13 59.08 82.97 -
System Red Green Blue C M Y K H S L
Decimal 101 220 42 0.54 0 0.81 0.14 100.11 0.72 0.51
Hex 65 DC 2A 36 0 51 E 64 48 33
Octal 145 334 52 66 0 121 16 144 110 63
Binary 1100101 11011100 101010 110110 0 1010001 1110 1100100 1001000 110011

Color Harmonies of #65DC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DC2A

Black with #65DC2A

Text Example


Text Example

White with #65DC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65DC2A; }

 p { color: rgb(101,220,42); }

 H1.HeaderClassName
 {
   color: #65DC2A;
 }
 .AnyTagClassName
 {
   color: #65DC2A;
 }
</style>

background-color css

<style>
 a { background-color: #65DC2A; }

 a { background-color: rgb(101,220,42); }

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

border-color css

<style>
 span { border-color: #65DC2A; }

 span { border-color: rgb(101,220,42); }

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