#62dc34

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

Shades of Apple #62DC34

Tints of Apple #62DC34

Color information

#62DC34 (or 0x62DC34) is unknown color: approx Apple. HEX triplet: 62, DC and 34. RGB value is (98,220,52). Sum of RGB (Red+Green+Blue) = 98+220+52=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #62DC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DC34 is #9D23CB. Grayscale: #A4A4A4. Windows color (decimal): -10298316 or 3464290. OLE color: 3464290.

HSL color Cylindrical-coordinate representation of color #62DC34: hue angle of 103.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62DC34 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB9822052-
CMYK0.5500.760.14
HSL103.57º70.59%53.33%-
HSV(B)103.57º76.36%86.27%-
XYZ31.2554.0312.03-
YUV164.3764.5880.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 220 (86.33% from 255) = 59.46%
BLUE value IS 52 (20.70% from 255) = 14.05%
R=26.49%
G=59.46%
B=14.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal98220520.5500.760.14103.5770.5953.33
Hex62DC343704CE684735
Octal142334646701141615010765
Binary11000101101110011010011011101001100111011010001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62dc34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,220,52); }

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

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

 a { background-color: rgb(98,220,52); }

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

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

 span { border-color: rgb(98,220,52); }

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