Html Css Color HEX #68D70E Kelly Green

📋 copy color: '#68D70E'

red 104 ◦ green 215 ◦ blue 14

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

Shades of Kelly Green #68D70E

Tints of Kelly Green #68D70E

RGB

 RED value IS 104 (41.02% from 255) = 31.23%

 GREEN value IS 215 (84.38% from 255) = 64.56%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 31.23%
G = 64.56%
B = 4.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#68D70E (or 0x68D70E) is known color: Kelly Green. HEX triplet: 68, D7 and 0E. RGB value is (104,215,14). Sum of RGB (Red+Green+Blue) = 104+215+14=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 215 (84.38% from 255 or 64.56% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 215 - color contains mainly: green. Hex color #68D70E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68D70E is #9728F1. Grayscale: #9F9F9F. Windows color (decimal): -9906418 or 972648. OLE color: 972648.

HSL color Cylindrical-coordinate representation of color #68D70E: hue angle of 93.13º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68D70E is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 215 14 -
CMYK 0.52 0 0.93 0.16
HSL 93.13º 0.88% 0.45% -
HSV(B) 93.13º 0.93% 0.84% -
XYZ 30.09 51.58 8.78 -
YUV 158.9 46.23 88.84 -
System Red Green Blue C M Y K H S L
Decimal 104 215 14 0.52 0 0.93 0.16 93.13 0.88 0.45
Hex 68 D7 E 34 0 5D 10 5D 58 2D
Octal 150 327 16 64 0 135 20 135 130 55
Binary 1101000 11010111 1110 110100 0 1011101 10000 1011101 1011000 101101

Color Harmonies of #68D70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D70E

Black with #68D70E

Text Example


Text Example

White with #68D70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68D70E; }

 p { color: rgb(104,215,14); }

 H1.HeaderClassName
 {
   color: #68D70E;
 }
 .AnyTagClassName
 {
   color: #68D70E;
 }
</style>

background-color css

<style>
 a { background-color: #68D70E; }

 a { background-color: rgb(104,215,14); }

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

border-color css

<style>
 span { border-color: #68D70E; }

 span { border-color: rgb(104,215,14); }

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