Html Css Color HEX #66DF38 Apple

📋 copy color: '#66DF38'

red 102 ◦ green 223 ◦ blue 56

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

Shades of Apple #66DF38

Tints of Apple #66DF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.53%

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

R = 26.77%
G = 58.53%
B = 14.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#66DF38 (or 0x66DF38) is known color: Apple. HEX triplet: 66, DF and 38. RGB value is (102,223,56). Sum of RGB (Red+Green+Blue) = 102+223+56=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DF38 is #9920C7. Grayscale: #A8A8A8. Windows color (decimal): -10035400 or 3727206. OLE color: 3727206.

HSL color Cylindrical-coordinate representation of color #66DF38: hue angle of 103.47º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66DF38 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 223 56 -
CMYK 0.54 0 0.75 0.13
HSL 103.47º 0.72% 0.55% -
HSV(B) 103.47º 0.75% 0.87% -
XYZ 32.58 55.89 12.81 -
YUV 167.78 64.91 81.08 -
System Red Green Blue C M Y K H S L
Decimal 102 223 56 0.54 0 0.75 0.13 103.47 0.72 0.55
Hex 66 DF 38 36 0 4B D 67 48 37
Octal 146 337 70 66 0 113 15 147 110 67
Binary 1100110 11011111 111000 110110 0 1001011 1101 1100111 1001000 110111

Color Harmonies of #66DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DF38

Black with #66DF38

Text Example


Text Example

White with #66DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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