Html Css Color HEX #65D028 Kelly Green

📋 copy color: '#65D028'

red 101 ◦ green 208 ◦ blue 40

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

Shades of Kelly Green #65D028

Tints of Kelly Green #65D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.6%

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 28.94%
G = 59.6%
B = 11.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#65D028 (or 0x65D028) is known color: Kelly Green. HEX triplet: 65, D0 and 28. RGB value is (101,208,40). Sum of RGB (Red+Green+Blue) = 101+208+40=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #65D028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D028 is #9A2FD7. Grayscale: #9D9D9D. Windows color (decimal): -10104792 or 2674789. OLE color: 2674789.

HSL color Cylindrical-coordinate representation of color #65D028: hue angle of 98.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65D028 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 208 40 -
CMYK 0.51 0 0.81 0.18
HSL 98.21º 0.68% 0.49% -
HSV(B) 98.21º 0.81% 0.82% -
XYZ 28.31 48.03 9.79 -
YUV 156.86 62.05 88.16 -
System Red Green Blue C M Y K H S L
Decimal 101 208 40 0.51 0 0.81 0.18 98.21 0.68 0.49
Hex 65 D0 28 33 0 51 12 62 44 31
Octal 145 320 50 63 0 121 22 142 104 61
Binary 1100101 11010000 101000 110011 0 1010001 10010 1100010 1000100 110001

Color Harmonies of #65D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D028

Black with #65D028

Text Example


Text Example

White with #65D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,208,40); }

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

background-color css

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

 a { background-color: rgb(101,208,40); }

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

border-color css

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

 span { border-color: rgb(101,208,40); }

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