Html Css Color HEX #6CCD42 Apple

📋 copy color: '#6CCD42'

red 108 ◦ green 205 ◦ blue 66

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

Shades of Apple #6CCD42

Tints of Apple #6CCD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.09%

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 28.5%
G = 54.09%
B = 17.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#6CCD42 (or 0x6CCD42) is known color: Apple. HEX triplet: 6C, CD and 42. RGB value is (108,205,66). Sum of RGB (Red+Green+Blue) = 108+205+66=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCD42 is #9332BD. Grayscale: #A0A0A0. Windows color (decimal): -9646782 or 4377964. OLE color: 4377964.

HSL color Cylindrical-coordinate representation of color #6CCD42: hue angle of 101.87º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6CCD42 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 205 66 -
CMYK 0.47 0 0.68 0.20
HSL 101.87º 0.58% 0.53% -
HSV(B) 101.87º 0.68% 0.8% -
XYZ 29 47.24 12.74 -
YUV 160.15 74.86 90.8 -
System Red Green Blue C M Y K H S L
Decimal 108 205 66 0.47 0 0.68 0.20 101.87 0.58 0.53
Hex 6C CD 42 2F 0 44 14 66 3A 35
Octal 154 315 102 57 0 104 24 146 72 65
Binary 1101100 11001101 1000010 101111 0 1000100 10100 1100110 111010 110101

Color Harmonies of #6CCD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCD42

Black with #6CCD42

Text Example


Text Example

White with #6CCD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,205,66); }

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

background-color css

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

 a { background-color: rgb(108,205,66); }

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

border-color css

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

 span { border-color: rgb(108,205,66); }

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