#6DCF34

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

Shades of Apple #6DCF34

Tints of Apple #6DCF34

Color information

#6DCF34 (or 0x6DCF34) is unknown color: approx Apple. HEX triplet: 6D, CF and 34. RGB value is (109,207,52). Sum of RGB (Red+Green+Blue) = 109+207+52=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCF34 is #9230CB. Grayscale: #A0A0A0. Windows color (decimal): -9580748 or 3460973. OLE color: 3460973.

HSL color Cylindrical-coordinate representation of color #6DCF34: hue angle of 97.94º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6DCF34 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB10920752-
CMYK0.4700.750.19
HSL97.94º61.75%50.78%-
HSV(B)97.94º74.88%81.18%-
XYZ29.2448.1211-
YUV160.0367.0391.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.62%
GREEN value IS 207 (81.25% from 255) = 56.25%
BLUE value IS 52 (20.70% from 255) = 14.13%
R=29.62%
G=56.25%
B=14.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal109207520.4700.750.1997.9461.7550.78
Hex6DCF342F04B13623e33
Octal15531764570113231427663
Binary11011011100111111010010111101001011100111100010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,207,52); }

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

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

 a { background-color: rgb(109,207,52); }

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

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

 span { border-color: rgb(109,207,52); }

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