#6CD530

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

Shades of Apple #6CD530

Tints of Apple #6CD530

Color information

#6CD530 (or 0x6CD530) is unknown color: approx Apple. HEX triplet: 6C, D5 and 30. RGB value is (108,213,48). Sum of RGB (Red+Green+Blue) = 108+213+48=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #6CD530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD530 is #932ACF. Grayscale: #A3A3A3. Windows color (decimal): -9644752 or 3200364. OLE color: 3200364.

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

Color convert

RGB10821348-
CMYK0.4900.770.16
HSL98.18º66.27%51.18%-
HSV(B)98.18º77.46%83.53%-
XYZ30.5150.9911.03-
YUV162.7963.2188.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.27%
GREEN value IS 213 (83.59% from 255) = 57.72%
BLUE value IS 48 (19.14% from 255) = 13.01%
R=29.27%
G=57.72%
B=13.01%

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
Decimal108213480.4900.770.1698.1866.2751.18
Hex6CD5303104D10624233
Octal154325606101152014210263
Binary110110011010101110000110001010011011000011000101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,213,48); }

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

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

 a { background-color: rgb(108,213,48); }

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

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

 span { border-color: rgb(108,213,48); }

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