Html Css Color HEX #66C127 Kelly Green

📋 copy color: '#66C127'

red 102 ◦ green 193 ◦ blue 39

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

Shades of Kelly Green #66C127

Tints of Kelly Green #66C127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.68%

R = 30.54%
G = 57.78%
B = 11.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#66C127 (or 0x66C127) is known color: Kelly Green. HEX triplet: 66, C1 and 27. RGB value is (102,193,39). Sum of RGB (Red+Green+Blue) = 102+193+39=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #66C127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C127 is #993ED8. Grayscale: #949494. Windows color (decimal): -10043097 or 2605414. OLE color: 2605414.

HSL color Cylindrical-coordinate representation of color #66C127: hue angle of 95.45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66C127 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 193 39 -
CMYK 0.47 0 0.80 0.24
HSL 95.45º 0.66% 0.45% -
HSV(B) 95.45º 0.8% 0.76% -
XYZ 24.92 41.11 8.54 -
YUV 148.24 66.35 95.02 -
System Red Green Blue C M Y K H S L
Decimal 102 193 39 0.47 0 0.80 0.24 95.45 0.66 0.45
Hex 66 C1 27 2F 0 50 18 5F 42 2D
Octal 146 301 47 57 0 120 30 137 102 55
Binary 1100110 11000001 100111 101111 0 1010000 11000 1011111 1000010 101101

Color Harmonies of #66C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C127

Black with #66C127

Text Example


Text Example

White with #66C127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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