#6CDD3F

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

Shades of Apple #6CDD3F

Tints of Apple #6CDD3F

Color information

#6CDD3F (or 0x6CDD3F) is unknown color: approx Apple. HEX triplet: 6C, DD and 3F. RGB value is (108,221,63). Sum of RGB (Red+Green+Blue) = 108+221+63=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDD3F is #9322C0. Grayscale: #A9A9A9. Windows color (decimal): -9642689 or 4185452. OLE color: 4185452.

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

Color convert

RGB10822163-
CMYK0.5100.710.13
HSL102.91º69.91%55.69%-
HSV(B)102.91º71.49%86.67%-
XYZ32.9455.2613.63-
YUV169.268.0684.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.55%
GREEN value IS 221 (86.72% from 255) = 56.38%
BLUE value IS 63 (25% from 255) = 16.07%
R=27.55%
G=56.38%
B=16.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108221630.5100.710.13102.9169.9155.69
Hex6CDD3F33047D674638
Octal154335776301071514710670
Binary11011001101110111111111001101000111110111001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,221,63); }

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

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

 a { background-color: rgb(108,221,63); }

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

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

 span { border-color: rgb(108,221,63); }

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