Html Css Color HEX #65CA20 Kelly Green

📋 copy color: '#65CA20'

red 101 ◦ green 202 ◦ blue 32

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

Shades of Kelly Green #65CA20

Tints of Kelly Green #65CA20

RGB

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

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

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

R = 30.15%
G = 60.3%
B = 9.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#65CA20 (or 0x65CA20) is known color: Kelly Green. HEX triplet: 65, CA and 20. RGB value is (101,202,32). Sum of RGB (Red+Green+Blue) = 101+202+32=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA20 is #9A35DF. Grayscale: #999999. Windows color (decimal): -10106336 or 2148965. OLE color: 2148965.

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

Color convert

RGB 101 202 32 -
CMYK 0.50 0 0.84 0.21
HSL 95.65º 0.73% 0.46% -
HSV(B) 95.65º 0.84% 0.79% -
XYZ 26.75 45.11 8.66 -
YUV 152.42 60.04 91.32 -
System Red Green Blue C M Y K H S L
Decimal 101 202 32 0.50 0 0.84 0.21 95.65 0.73 0.46
Hex 65 CA 20 32 0 54 15 60 49 2E
Octal 145 312 40 62 0 124 25 140 111 56
Binary 1100101 11001010 100000 110010 0 1010100 10101 1100000 1001001 101110

Color Harmonies of #65CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CA20

Black with #65CA20

Text Example


Text Example

White with #65CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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