Html Css Color HEX #65CA0C Kelly Green

📋 copy color: '#65CA0C'

red 101 ◦ green 202 ◦ blue 12

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

Shades of Kelly Green #65CA0C

Tints of Kelly Green #65CA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.13%

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 32.06%
G = 64.13%
B = 3.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#65CA0C (or 0x65CA0C) is known color: Kelly Green. HEX triplet: 65, CA and 0C. RGB value is (101,202,12). Sum of RGB (Red+Green+Blue) = 101+202+12=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CA0C is #9A35F3. Grayscale: #969696. Windows color (decimal): -10106356 or 838245. OLE color: 838245.

HSL color Cylindrical-coordinate representation of color #65CA0C: hue angle of 91.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65CA0C is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 202 12 -
CMYK 0.50 0 0.94 0.21
HSL 91.89º 0.89% 0.42% -
HSV(B) 91.89º 0.94% 0.79% -
XYZ 26.55 45.03 7.64 -
YUV 150.14 50.04 92.95 -
System Red Green Blue C M Y K H S L
Decimal 101 202 12 0.50 0 0.94 0.21 91.89 0.89 0.42
Hex 65 CA C 32 0 5E 15 5C 59 2A
Octal 145 312 14 62 0 136 25 134 131 52
Binary 1100101 11001010 1100 110010 0 1011110 10101 1011100 1011001 101010

Color Harmonies of #65CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CA0C

Black with #65CA0C

Text Example


Text Example

White with #65CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,202,12); }

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

background-color css

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

 a { background-color: rgb(101,202,12); }

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

border-color css

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

 span { border-color: rgb(101,202,12); }

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