Html Css Color HEX #66D538 Apple

📋 copy color: '#66D538'

red 102 ◦ green 213 ◦ blue 56

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

Shades of Apple #66D538

Tints of Apple #66D538

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.41%

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

R = 27.49%
G = 57.41%
B = 15.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#66D538 (or 0x66D538) is known color: Apple. HEX triplet: 66, D5 and 38. RGB value is (102,213,56). Sum of RGB (Red+Green+Blue) = 102+213+56=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #66D538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D538 is #992AC7. Grayscale: #A2A2A2. Windows color (decimal): -10037960 or 3724646. OLE color: 3724646.

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

Color convert

RGB 102 213 56 -
CMYK 0.52 0 0.74 0.16
HSL 102.42º 0.65% 0.53% -
HSV(B) 102.42º 0.74% 0.84% -
XYZ 29.99 50.7 11.95 -
YUV 161.91 68.23 85.27 -
System Red Green Blue C M Y K H S L
Decimal 102 213 56 0.52 0 0.74 0.16 102.42 0.65 0.53
Hex 66 D5 38 34 0 4A 10 66 41 35
Octal 146 325 70 64 0 112 20 146 101 65
Binary 1100110 11010101 111000 110100 0 1001010 10000 1100110 1000001 110101

Color Harmonies of #66D538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D538

Black with #66D538

Text Example


Text Example

White with #66D538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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