#6CCA32

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

Shades of Apple #6CCA32

Tints of Apple #6CCA32

Color information

#6CCA32 (or 0x6CCA32) is unknown color: approx Apple. HEX triplet: 6C, CA and 32. RGB value is (108,202,50). Sum of RGB (Red+Green+Blue) = 108+202+50=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCA32 is #9335CD. Grayscale: #9D9D9D. Windows color (decimal): -9647566 or 3328620. OLE color: 3328620.

HSL color Cylindrical-coordinate representation of color #6CCA32: hue angle of 97.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6CCA32 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB10820250-
CMYK0.4700.750.21
HSL97.11º60.32%49.41%-
HSV(B)97.11º75.25%79.22%-
XYZ27.8845.6610.36-
YUV156.5767.8693.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30%
GREEN value IS 202 (79.30% from 255) = 56.11%
BLUE value IS 50 (19.92% from 255) = 13.89%
R=30%
G=56.11%
B=13.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108202500.4700.750.2197.1160.3249.41
Hex6CCA322F04B15613c31
Octal15431262570113251417461
Binary11011001100101011001010111101001011101011100001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,202,50); }

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

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

 a { background-color: rgb(108,202,50); }

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

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

 span { border-color: rgb(108,202,50); }

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