Html Css Color HEX #66D639 Apple

📋 copy color: '#66D639'

red 102 ◦ green 214 ◦ blue 57

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

Shades of Apple #66D639

Tints of Apple #66D639

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.37%

 BLUE value IS 57 (22.66% from 255) = 15.28%

R = 27.35%
G = 57.37%
B = 15.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#66D639 (or 0x66D639) is known color: Apple. HEX triplet: 66, D6 and 39. RGB value is (102,214,57). Sum of RGB (Red+Green+Blue) = 102+214+57=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 214 (83.98% from 255 or 57.37% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 214 - color contains mainly: green. Hex color #66D639 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D639 is #9929C6. Grayscale: #A3A3A3. Windows color (decimal): -10037703 or 3790438. OLE color: 3790438.

HSL color Cylindrical-coordinate representation of color #66D639: hue angle of 102.8º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66D639 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 214 57 -
CMYK 0.52 0 0.73 0.16
HSL 102.8º 0.66% 0.53% -
HSV(B) 102.8º 0.73% 0.84% -
XYZ 30.26 51.21 12.16 -
YUV 162.61 68.39 84.77 -
System Red Green Blue C M Y K H S L
Decimal 102 214 57 0.52 0 0.73 0.16 102.8 0.66 0.53
Hex 66 D6 39 34 0 49 10 67 42 35
Octal 146 326 71 64 0 111 20 147 102 65
Binary 1100110 11010110 111001 110100 0 1001001 10000 1100111 1000010 110101

Color Harmonies of #66D639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D639

Black with #66D639

Text Example


Text Example

White with #66D639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,214,57); }

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

background-color css

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

 a { background-color: rgb(102,214,57); }

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

border-color css

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

 span { border-color: rgb(102,214,57); }

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