Html Css Color HEX #66DA4B Apple

📋 copy color: '#66DA4B'

red 102 ◦ green 218 ◦ blue 75

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

Shades of Apple #66DA4B

Tints of Apple #66DA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.19%

 BLUE value IS 75 (29.69% from 255) = 18.99%

R = 25.82%
G = 55.19%
B = 18.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#66DA4B (or 0x66DA4B) is known color: Apple. HEX triplet: 66, DA and 4B. RGB value is (102,218,75). Sum of RGB (Red+Green+Blue) = 102+218+75=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DA4B is #9925B4. Grayscale: #A7A7A7. Windows color (decimal): -10036661 or 4971110. OLE color: 4971110.

HSL color Cylindrical-coordinate representation of color #66DA4B: hue angle of 108.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66DA4B is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 218 75 -
CMYK 0.53 0 0.66 0.15
HSL 108.67º 0.66% 0.57% -
HSV(B) 108.67º 0.66% 0.85% -
XYZ 31.82 53.48 15.3 -
YUV 167.01 76.07 81.63 -
System Red Green Blue C M Y K H S L
Decimal 102 218 75 0.53 0 0.66 0.15 108.67 0.66 0.57
Hex 66 DA 4B 35 0 42 F 6D 42 39
Octal 146 332 113 65 0 102 17 155 102 71
Binary 1100110 11011010 1001011 110101 0 1000010 1111 1101101 1000010 111001

Color Harmonies of #66DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DA4B

Black with #66DA4B

Text Example


Text Example

White with #66DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,218,75); }

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

background-color css

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

 a { background-color: rgb(102,218,75); }

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

border-color css

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

 span { border-color: rgb(102,218,75); }

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