Html Css Color HEX #65D30F Kelly Green

📋 copy color: '#65D30F'

red 101 ◦ green 211 ◦ blue 15

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

Shades of Kelly Green #65D30F

Tints of Kelly Green #65D30F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 64.53%

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 30.89%
G = 64.53%
B = 4.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#65D30F (or 0x65D30F) is known color: Kelly Green. HEX triplet: 65, D3 and 0F. RGB value is (101,211,15). Sum of RGB (Red+Green+Blue) = 101+211+15=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 211 (82.81% from 255 or 64.53% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 211 - color contains mainly: green. Hex color #65D30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D30F is #9A2CF0. Grayscale: #9C9C9C. Windows color (decimal): -10104049 or 1037157. OLE color: 1037157.

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

Color convert

RGB 101 211 15 -
CMYK 0.52 0 0.93 0.17
HSL 93.67º 0.87% 0.44% -
HSV(B) 93.67º 0.93% 0.83% -
XYZ 28.75 49.39 8.47 -
YUV 155.77 48.56 88.94 -
System Red Green Blue C M Y K H S L
Decimal 101 211 15 0.52 0 0.93 0.17 93.67 0.87 0.44
Hex 65 D3 F 34 0 5D 11 5E 57 2C
Octal 145 323 17 64 0 135 21 136 127 54
Binary 1100101 11010011 1111 110100 0 1011101 10001 1011110 1010111 101100

Color Harmonies of #65D30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D30F

Black with #65D30F

Text Example


Text Example

White with #65D30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,211,15); }

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

background-color css

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

 a { background-color: rgb(101,211,15); }

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

border-color css

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

 span { border-color: rgb(101,211,15); }

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