Html Css Color HEX #66E138 Apple

📋 copy color: '#66E138'

red 102 ◦ green 225 ◦ blue 56

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

Shades of Apple #66E138

Tints of Apple #66E138

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.75%

 BLUE value IS 56 (22.27% from 255) = 14.62%

R = 26.63%
G = 58.75%
B = 14.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#66E138 (or 0x66E138) is known color: Apple. HEX triplet: 66, E1 and 38. RGB value is (102,225,56). Sum of RGB (Red+Green+Blue) = 102+225+56=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 225 (88.28% from 255 or 58.75% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 225 - color contains mainly: green. Hex color #66E138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E138 is #991EC7. Grayscale: #A9A9A9. Windows color (decimal): -10034888 or 3727718. OLE color: 3727718.

HSL color Cylindrical-coordinate representation of color #66E138: hue angle of 103.67º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66E138 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 225 56 -
CMYK 0.55 0 0.75 0.12
HSL 103.67º 0.74% 0.55% -
HSV(B) 103.67º 0.75% 0.88% -
XYZ 33.12 56.96 12.99 -
YUV 168.96 64.25 80.24 -
System Red Green Blue C M Y K H S L
Decimal 102 225 56 0.55 0 0.75 0.12 103.67 0.74 0.55
Hex 66 E1 38 37 0 4B C 68 4A 37
Octal 146 341 70 67 0 113 14 150 112 67
Binary 1100110 11100001 111000 110111 0 1001011 1100 1101000 1001010 110111

Color Harmonies of #66E138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E138

Black with #66E138

Text Example


Text Example

White with #66E138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,225,56); }

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

background-color css

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

 a { background-color: rgb(102,225,56); }

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

border-color css

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

 span { border-color: rgb(102,225,56); }

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