Html Css Color HEX #6CD040 Apple

📋 copy color: '#6CD040'

red 108 ◦ green 208 ◦ blue 64

#6CD040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #6CD040

Tints of Apple #6CD040

RGB

 RED value IS 108 (42.58% from 255) = 28.42%

 GREEN value IS 208 (81.64% from 255) = 54.74%

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 28.42%
G = 54.74%
B = 16.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#6CD040 (or 0x6CD040) is known color: Apple. HEX triplet: 6C, D0 and 40. RGB value is (108,208,64). Sum of RGB (Red+Green+Blue) = 108+208+64=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD040 is #932FBF. Grayscale: #A2A2A2. Windows color (decimal): -9646016 or 4247660. OLE color: 4247660.

HSL color Cylindrical-coordinate representation of color #6CD040: hue angle of 101.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6CD040 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 208 64 -
CMYK 0.48 0 0.69 0.18
HSL 101.67º 0.61% 0.53% -
HSV(B) 101.67º 0.69% 0.82% -
XYZ 29.67 48.67 12.68 -
YUV 161.68 72.87 89.71 -
System Red Green Blue C M Y K H S L
Decimal 108 208 64 0.48 0 0.69 0.18 101.67 0.61 0.53
Hex 6C D0 40 30 0 45 12 66 3D 35
Octal 154 320 100 60 0 105 22 146 75 65
Binary 1101100 11010000 1000000 110000 0 1000101 10010 1100110 111101 110101

Color Harmonies of #6CD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD040

Black with #6CD040

Text Example


Text Example

White with #6CD040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,208,64); }

 H1.HeaderClassName
 {
   color: #6CD040;
 }
 .AnyTagClassName
 {
   color: #6CD040;
 }
</style>

background-color css

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

 a { background-color: rgb(108,208,64); }

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

border-color css

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

 span { border-color: rgb(108,208,64); }

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