Html Css Color HEX #65CC2C Kelly Green

📋 copy color: '#65CC2C'

red 101 ◦ green 204 ◦ blue 44

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

Shades of Kelly Green #65CC2C

Tints of Kelly Green #65CC2C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.45%

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 28.94%
G = 58.45%
B = 12.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#65CC2C (or 0x65CC2C) is known color: Kelly Green. HEX triplet: 65, CC and 2C. RGB value is (101,204,44). Sum of RGB (Red+Green+Blue) = 101+204+44=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CC2C is #9A33D3. Grayscale: #9B9B9B. Windows color (decimal): -10105812 or 2935909. OLE color: 2935909.

HSL color Cylindrical-coordinate representation of color #65CC2C: hue angle of 98.62º degrees, saturation: 0.65, 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 #65CC2C is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 204 44 -
CMYK 0.50 0 0.78 0.2
HSL 98.63º 0.65% 0.49% -
HSV(B) 98.63º 0.78% 0.8% -
XYZ 27.41 46.13 9.84 -
YUV 154.96 65.38 89.51 -
System Red Green Blue C M Y K H S L
Decimal 101 204 44 0.50 0 0.78 0.2 98.63 0.65 0.49
Hex 65 CC 2C 32 0 4E 14 63 41 31
Octal 145 314 54 62 0 116 24 143 101 61
Binary 1100101 11001100 101100 110010 0 1001110 10100 1100011 1000001 110001

Color Harmonies of #65CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CC2C

Black with #65CC2C

Text Example


Text Example

White with #65CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,204,44); }

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

background-color css

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

 a { background-color: rgb(101,204,44); }

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

border-color css

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

 span { border-color: rgb(101,204,44); }

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