#6ED632

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

Shades of Apple #6ED632

Tints of Apple #6ED632

Color information

#6ED632 (or 0x6ED632) is unknown color: approx Apple. HEX triplet: 6E, D6 and 32. RGB value is (110,214,50). Sum of RGB (Red+Green+Blue) = 110+214+50=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED632 is #9129CD. Grayscale: #A4A4A4. Windows color (decimal): -9513422 or 3331694. OLE color: 3331694.

HSL color Cylindrical-coordinate representation of color #6ED632: hue angle of 98.05º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6ED632 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB11021450-
CMYK0.4900.770.16
HSL98.05º66.67%51.76%-
HSV(B)98.05º76.64%83.92%-
XYZ31.0551.6411.35-
YUV164.2163.5489.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.41%
GREEN value IS 214 (83.98% from 255) = 57.22%
BLUE value IS 50 (19.92% from 255) = 13.37%
R=29.41%
G=57.22%
B=13.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal110214500.4900.770.1698.0566.6751.76
Hex6ED6323104D10624334
Octal156326626101152014210364
Binary110111011010110110010110001010011011000011000101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,214,50); }

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

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

 a { background-color: rgb(110,214,50); }

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

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

 span { border-color: rgb(110,214,50); }

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