#62DD3D

Color #62DD3D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #62DD3D

Tints of Apple #62DD3D

Color information

#62DD3D (or 0x62DD3D) is unknown color: approx Apple. HEX triplet: 62, DD and 3D. RGB value is (98,221,61). Sum of RGB (Red+Green+Blue) = 98+221+61=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #62DD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DD3D is #9D22C2. Grayscale: #A6A6A6. Windows color (decimal): -10298051 or 4054370. OLE color: 4054370.

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

Color convert

RGB9822161-
CMYK0.5600.720.13
HSL106.12º70.18%55.29%-
HSV(B)106.12º72.4%86.67%-
XYZ31.7454.6513.29-
YUV165.9868.7579.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.79%
GREEN value IS 221 (86.72% from 255) = 58.16%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=25.79%
G=58.16%
B=16.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal98221610.5600.720.13106.1270.1855.29
Hex62DD3D38048D6a4637
Octal142335757001101515210667
Binary11000101101110111110111100001001000110111010101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62DD3D; }

 p { color: rgb(98,221,61); }

 H1.HeaderClassName
 {
   color: #62DD3D;
 }
 .AnyTagClassName
 {
   color: #62DD3D;
 }
</style>
background-color css

<style>
 a { background-color: #62DD3D; }

 a { background-color: rgb(98,221,61); }

 div.DivClassName
 {
   background-color: #62DD3D;
 }
 .BgClassName
 {
   background-color: #62DD3D;
 }
</style>
border-color css

<style>
 span { border-color: #62DD3D; }

 span { border-color: rgb(98,221,61); }

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