Html Css Color HEX #66C114 Kelly Green

📋 copy color: '#66C114'

red 102 ◦ green 193 ◦ blue 20

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

Shades of Kelly Green #66C114

Tints of Kelly Green #66C114

RGB

 RED value IS 102 (40.23% from 255) = 32.38%

 GREEN value IS 193 (75.78% from 255) = 61.27%

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 32.38%
G = 61.27%
B = 6.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#66C114 (or 0x66C114) is known color: Kelly Green. HEX triplet: 66, C1 and 14. RGB value is (102,193,20). Sum of RGB (Red+Green+Blue) = 102+193+20=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #66C114 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C114 is #993EEB. Grayscale: #929292. Windows color (decimal): -10043116 or 1360230. OLE color: 1360230.

HSL color Cylindrical-coordinate representation of color #66C114: hue angle of 91.56º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66C114 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 193 20 -
CMYK 0.47 0 0.90 0.24
HSL 91.56º 0.81% 0.42% -
HSV(B) 91.56º 0.9% 0.76% -
XYZ 24.68 41.02 7.28 -
YUV 146.07 56.85 96.57 -
System Red Green Blue C M Y K H S L
Decimal 102 193 20 0.47 0 0.90 0.24 91.56 0.81 0.42
Hex 66 C1 14 2F 0 5A 18 5C 51 2A
Octal 146 301 24 57 0 132 30 134 121 52
Binary 1100110 11000001 10100 101111 0 1011010 11000 1011100 1010001 101010

Color Harmonies of #66C114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C114

Black with #66C114

Text Example


Text Example

White with #66C114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66C114; }

 p { color: rgb(102,193,20); }

 H1.HeaderClassName
 {
   color: #66C114;
 }
 .AnyTagClassName
 {
   color: #66C114;
 }
</style>

background-color css

<style>
 a { background-color: #66C114; }

 a { background-color: rgb(102,193,20); }

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

border-color css

<style>
 span { border-color: #66C114; }

 span { border-color: rgb(102,193,20); }

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