Html Css Color HEX #66DA38 Apple

📋 copy color: '#66DA38'

red 102 ◦ green 218 ◦ blue 56

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

Shades of Apple #66DA38

Tints of Apple #66DA38

RGB

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

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

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

R = 27.13%
G = 57.98%
B = 14.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#66DA38 (or 0x66DA38) is known color: Apple. HEX triplet: 66, DA and 38. RGB value is (102,218,56). Sum of RGB (Red+Green+Blue) = 102+218+56=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 218 (85.55% from 255 or 57.98% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DA38 is #9925C7. Grayscale: #A5A5A5. Windows color (decimal): -10036680 or 3725926. OLE color: 3725926.

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

Color convert

RGB 102 218 56 -
CMYK 0.53 0 0.74 0.15
HSL 102.96º 0.69% 0.54% -
HSV(B) 102.96º 0.74% 0.85% -
XYZ 31.26 53.25 12.37 -
YUV 164.85 66.57 83.17 -
System Red Green Blue C M Y K H S L
Decimal 102 218 56 0.53 0 0.74 0.15 102.96 0.69 0.54
Hex 66 DA 38 35 0 4A F 67 45 36
Octal 146 332 70 65 0 112 17 147 105 66
Binary 1100110 11011010 111000 110101 0 1001010 1111 1100111 1000101 110110

Color Harmonies of #66DA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DA38

Black with #66DA38

Text Example


Text Example

White with #66DA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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