Html Css Color HEX #65D42D Kelly Green

📋 copy color: '#65D42D'

red 101 ◦ green 212 ◦ blue 45

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

Shades of Kelly Green #65D42D

Tints of Kelly Green #65D42D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.22%

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

R = 28.21%
G = 59.22%
B = 12.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#65D42D (or 0x65D42D) is known color: Kelly Green. HEX triplet: 65, D4 and 2D. RGB value is (101,212,45). Sum of RGB (Red+Green+Blue) = 101+212+45=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 212 (83.20% from 255 or 59.22% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 212 - color contains mainly: green. Hex color #65D42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D42D is #9A2BD2. Grayscale: #A0A0A0. Windows color (decimal): -10103763 or 3003493. OLE color: 3003493.

HSL color Cylindrical-coordinate representation of color #65D42D: hue angle of 99.88º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65D42D is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 101 212 45 -
CMYK 0.52 0 0.79 0.17
HSL 99.88º 0.66% 0.5% -
HSV(B) 99.88º 0.79% 0.83% -
XYZ 29.38 50.04 10.59 -
YUV 159.77 63.23 86.08 -
System Red Green Blue C M Y K H S L
Decimal 101 212 45 0.52 0 0.79 0.17 99.88 0.66 0.5
Hex 65 D4 2D 34 0 4F 11 64 42 32
Octal 145 324 55 64 0 117 21 144 102 62
Binary 1100101 11010100 101101 110100 0 1001111 10001 1100100 1000010 110010

Color Harmonies of #65D42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D42D

Black with #65D42D

Text Example


Text Example

White with #65D42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,212,45); }

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

background-color css

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

 a { background-color: rgb(101,212,45); }

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

border-color css

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

 span { border-color: rgb(101,212,45); }

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