Html Css Color HEX #65CD20 Kelly Green

📋 copy color: '#65CD20'

red 101 ◦ green 205 ◦ blue 32

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

Shades of Kelly Green #65CD20

Tints of Kelly Green #65CD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 60.65%

 BLUE value IS 32 (12.89% from 255) = 9.47%

R = 29.88%
G = 60.65%
B = 9.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#65CD20 (or 0x65CD20) is known color: Kelly Green. HEX triplet: 65, CD and 20. RGB value is (101,205,32). Sum of RGB (Red+Green+Blue) = 101+205+32=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #65CD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CD20 is #9A32DF. Grayscale: #9A9A9A. Windows color (decimal): -10105568 or 2149733. OLE color: 2149733.

HSL color Cylindrical-coordinate representation of color #65CD20: hue angle of 96.07º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65CD20 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 205 32 -
CMYK 0.51 0 0.84 0.20
HSL 96.07º 0.73% 0.46% -
HSV(B) 96.07º 0.84% 0.8% -
XYZ 27.46 46.53 8.9 -
YUV 154.18 59.04 90.07 -
System Red Green Blue C M Y K H S L
Decimal 101 205 32 0.51 0 0.84 0.20 96.07 0.73 0.46
Hex 65 CD 20 33 0 54 14 60 49 2E
Octal 145 315 40 63 0 124 24 140 111 56
Binary 1100101 11001101 100000 110011 0 1010100 10100 1100000 1001001 101110

Color Harmonies of #65CD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CD20

Black with #65CD20

Text Example


Text Example

White with #65CD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,205,32); }

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

background-color css

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

 a { background-color: rgb(101,205,32); }

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

border-color css

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

 span { border-color: rgb(101,205,32); }

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