Html Css Color HEX #66DF3B Apple

📋 copy color: '#66DF3B'

red 102 ◦ green 223 ◦ blue 59

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

Shades of Apple #66DF3B

Tints of Apple #66DF3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.36%

R = 26.56%
G = 58.07%
B = 15.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#66DF3B (or 0x66DF3B) is known color: Apple. HEX triplet: 66, DF and 3B. RGB value is (102,223,59). Sum of RGB (Red+Green+Blue) = 102+223+59=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DF3B is #9920C4. Grayscale: #A8A8A8. Windows color (decimal): -10035397 or 3923814. OLE color: 3923814.

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

Color convert

RGB 102 223 59 -
CMYK 0.54 0 0.74 0.13
HSL 104.27º 0.72% 0.55% -
HSV(B) 104.27º 0.74% 0.87% -
XYZ 32.66 55.92 13.21 -
YUV 168.13 66.41 80.84 -
System Red Green Blue C M Y K H S L
Decimal 102 223 59 0.54 0 0.74 0.13 104.27 0.72 0.55
Hex 66 DF 3B 36 0 4A D 68 48 37
Octal 146 337 73 66 0 112 15 150 110 67
Binary 1100110 11011111 111011 110110 0 1001010 1101 1101000 1001000 110111

Color Harmonies of #66DF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DF3B

Black with #66DF3B

Text Example


Text Example

White with #66DF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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