Html Css Color HEX #6CCA50 Apple

📋 copy color: '#6CCA50'

red 108 ◦ green 202 ◦ blue 80

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

Shades of Apple #6CCA50

Tints of Apple #6CCA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.79%

 BLUE value IS 80 (31.64% from 255) = 20.51%

R = 27.69%
G = 51.79%
B = 20.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#6CCA50 (or 0x6CCA50) is known color: Apple. HEX triplet: 6C, CA and 50. RGB value is (108,202,80). Sum of RGB (Red+Green+Blue) = 108+202+80=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCA50 is #9335AF. Grayscale: #A0A0A0. Windows color (decimal): -9647536 or 5294700. OLE color: 5294700.

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

Color convert

RGB 108 202 80 -
CMYK 0.47 0 0.60 0.21
HSL 106.23º 0.54% 0.55% -
HSV(B) 106.23º 0.6% 0.79% -
XYZ 28.75 46.01 14.95 -
YUV 159.99 82.86 90.92 -
System Red Green Blue C M Y K H S L
Decimal 108 202 80 0.47 0 0.60 0.21 106.23 0.54 0.55
Hex 6C CA 50 2F 0 3C 15 6A 36 37
Octal 154 312 120 57 0 74 25 152 66 67
Binary 1101100 11001010 1010000 101111 0 111100 10101 1101010 110110 110111

Color Harmonies of #6CCA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCA50

Black with #6CCA50

Text Example


Text Example

White with #6CCA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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