Html Css Color HEX #6EDC32 Apple

📋 copy color: '#6EDC32'

red 110 ◦ green 220 ◦ blue 50

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

Shades of Apple #6EDC32

Tints of Apple #6EDC32

RGB

 RED value IS 110 (43.36% from 255) = 28.95%

 GREEN value IS 220 (86.33% from 255) = 57.89%

 BLUE value IS 50 (19.92% from 255) = 13.16%

R = 28.95%
G = 57.89%
B = 13.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#6EDC32 (or 0x6EDC32) is known color: Apple. HEX triplet: 6E, DC and 32. RGB value is (110,220,50). Sum of RGB (Red+Green+Blue) = 110+220+50=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDC32 is #9123CD. Grayscale: #A8A8A8. Windows color (decimal): -9511886 or 3333230. OLE color: 3333230.

HSL color Cylindrical-coordinate representation of color #6EDC32: hue angle of 98.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6EDC32 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 50 -
CMYK 0.50 0 0.77 0.14
HSL 98.82º 0.71% 0.53% -
HSV(B) 98.82º 0.77% 0.86% -
XYZ 32.6 54.73 11.86 -
YUV 167.73 61.56 86.82 -
System Red Green Blue C M Y K H S L
Decimal 110 220 50 0.50 0 0.77 0.14 98.82 0.71 0.53
Hex 6E DC 32 32 0 4D E 63 47 35
Octal 156 334 62 62 0 115 16 143 107 65
Binary 1101110 11011100 110010 110010 0 1001101 1110 1100011 1000111 110101

Color Harmonies of #6EDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDC32

Black with #6EDC32

Text Example


Text Example

White with #6EDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,220,50); }

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

background-color css

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

 a { background-color: rgb(110,220,50); }

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

border-color css

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

 span { border-color: rgb(110,220,50); }

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