Html Css Color HEX #65C70F Kelly Green

📋 copy color: '#65C70F'

red 101 ◦ green 199 ◦ blue 15

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

Shades of Kelly Green #65C70F

Tints of Kelly Green #65C70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 63.17%

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

R = 32.06%
G = 63.17%
B = 4.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#65C70F (or 0x65C70F) is known color: Kelly Green. HEX triplet: 65, C7 and 0F. RGB value is (101,199,15). Sum of RGB (Red+Green+Blue) = 101+199+15=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 199 (78.12% from 255 or 63.17% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 199 - color contains mainly: green. Hex color #65C70F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C70F is #9A38F0. Grayscale: #959595. Windows color (decimal): -10107121 or 1034085. OLE color: 1034085.

HSL color Cylindrical-coordinate representation of color #65C70F: hue angle of 91.96º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65C70F is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 199 15 -
CMYK 0.49 0 0.92 0.22
HSL 91.96º 0.86% 0.42% -
HSV(B) 91.96º 0.92% 0.78% -
XYZ 25.88 43.65 7.51 -
YUV 148.72 52.53 93.96 -
System Red Green Blue C M Y K H S L
Decimal 101 199 15 0.49 0 0.92 0.22 91.96 0.86 0.42
Hex 65 C7 F 31 0 5C 16 5C 56 2A
Octal 145 307 17 61 0 134 26 134 126 52
Binary 1100101 11000111 1111 110001 0 1011100 10110 1011100 1010110 101010

Color Harmonies of #65C70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C70F

Black with #65C70F

Text Example


Text Example

White with #65C70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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