Html Css Color HEX #6EDB2D Apple

📋 copy color: '#6EDB2D'

red 110 ◦ green 219 ◦ blue 45

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

Shades of Apple #6EDB2D

Tints of Apple #6EDB2D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.56%

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 29.41%
G = 58.56%
B = 12.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#6EDB2D (or 0x6EDB2D) is known color: Apple. HEX triplet: 6E, DB and 2D. RGB value is (110,219,45). Sum of RGB (Red+Green+Blue) = 110+219+45=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDB2D is #9124D2. Grayscale: #A7A7A7. Windows color (decimal): -9512147 or 3005294. OLE color: 3005294.

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

Color convert

RGB 110 219 45 -
CMYK 0.50 0 0.79 0.14
HSL 97.59º 0.71% 0.52% -
HSV(B) 97.59º 0.79% 0.86% -
XYZ 32.24 54.17 11.24 -
YUV 166.57 59.39 87.65 -
System Red Green Blue C M Y K H S L
Decimal 110 219 45 0.50 0 0.79 0.14 97.59 0.71 0.52
Hex 6E DB 2D 32 0 4F E 62 47 34
Octal 156 333 55 62 0 117 16 142 107 64
Binary 1101110 11011011 101101 110010 0 1001111 1110 1100010 1000111 110100

Color Harmonies of #6EDB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDB2D

Black with #6EDB2D

Text Example


Text Example

White with #6EDB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,219,45); }

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

background-color css

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

 a { background-color: rgb(110,219,45); }

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

border-color css

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

 span { border-color: rgb(110,219,45); }

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