#6ED434

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

Shades of Apple #6ED434

Tints of Apple #6ED434

Color information

#6ED434 (or 0x6ED434) is unknown color: approx Apple. HEX triplet: 6E, D4 and 34. RGB value is (110,212,52). Sum of RGB (Red+Green+Blue) = 110+212+52=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED434 is #912BCB. Grayscale: #A3A3A3. Windows color (decimal): -9513932 or 3462254. OLE color: 3462254.

HSL color Cylindrical-coordinate representation of color #6ED434: hue angle of 98.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6ED434 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB11021252-
CMYK0.4800.750.17
HSL98.25º65.04%51.76%-
HSV(B)98.25º75.47%83.14%-
XYZ30.5950.6511.41-
YUV163.2665.2190.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.41%
GREEN value IS 212 (83.20% from 255) = 56.68%
BLUE value IS 52 (20.70% from 255) = 13.90%
R=29.41%
G=56.68%
B=13.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal110212520.4800.750.1798.2565.0451.76
Hex6ED4343004B11624134
Octal156324646001132114210164
Binary110111011010100110100110000010010111000111000101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ED434; }

 p { color: rgb(110,212,52); }

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

<style>
 a { background-color: #6ED434; }

 a { background-color: rgb(110,212,52); }

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

<style>
 span { border-color: #6ED434; }

 span { border-color: rgb(110,212,52); }

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