Html Css Color HEX #66C226 Kelly Green

📋 copy color: '#66C226'

red 102 ◦ green 194 ◦ blue 38

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

Shades of Kelly Green #66C226

Tints of Kelly Green #66C226

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.08%

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 30.54%
G = 58.08%
B = 11.38%

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

#66C226 (or 0x66C226) is known color: Kelly Green. HEX triplet: 66, C2 and 26. RGB value is (102,194,38). Sum of RGB (Red+Green+Blue) = 102+194+38=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #66C226 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C226 is #993DD9. Grayscale: #959595. Windows color (decimal): -10042842 or 2540134. OLE color: 2540134.

HSL color Cylindrical-coordinate representation of color #66C226: hue angle of 95.38º degrees, saturation: 0.67, 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 #66C226 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 194 38 -
CMYK 0.47 0 0.80 0.24
HSL 95.38º 0.67% 0.45% -
HSV(B) 95.38º 0.8% 0.76% -
XYZ 25.12 41.55 8.53 -
YUV 148.71 65.52 94.68 -
System Red Green Blue C M Y K H S L
Decimal 102 194 38 0.47 0 0.80 0.24 95.38 0.67 0.45
Hex 66 C2 26 2F 0 50 18 5F 43 2D
Octal 146 302 46 57 0 120 30 137 103 55
Binary 1100110 11000010 100110 101111 0 1010000 11000 1011111 1000011 101101

Color Harmonies of #66C226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C226

Black with #66C226

Text Example


Text Example

White with #66C226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,194,38); }

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

background-color css

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

 a { background-color: rgb(102,194,38); }

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

border-color css

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

 span { border-color: rgb(102,194,38); }

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