Html Css Color HEX #6DB650 Apple

📋 copy color: '#6DB650'

red 109 ◦ green 182 ◦ blue 80

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

Shades of Apple #6DB650

Tints of Apple #6DB650

RGB

 RED value IS 109 (42.97% from 255) = 29.38%

 GREEN value IS 182 (71.48% from 255) = 49.06%

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

R = 29.38%
G = 49.06%
B = 21.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#6DB650 (or 0x6DB650) is known color: Apple. HEX triplet: 6D, B6 and 50. RGB value is (109,182,80). Sum of RGB (Red+Green+Blue) = 109+182+80=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB650 is #9249AF. Grayscale: #949494. Windows color (decimal): -9587120 or 5289581. OLE color: 5289581.

HSL color Cylindrical-coordinate representation of color #6DB650: hue angle of 102.94º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DB650 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 182 80 -
CMYK 0.40 0 0.56 0.29
HSL 102.94º 0.41% 0.51% -
HSV(B) 102.94º 0.56% 0.71% -
XYZ 24.48 37.29 13.5 -
YUV 148.55 89.32 99.79 -
System Red Green Blue C M Y K H S L
Decimal 109 182 80 0.40 0 0.56 0.29 102.94 0.41 0.51
Hex 6D B6 50 28 0 38 1D 67 29 33
Octal 155 266 120 50 0 70 35 147 51 63
Binary 1101101 10110110 1010000 101000 0 111000 11101 1100111 101001 110011

Color Harmonies of #6DB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB650

Black with #6DB650

Text Example


Text Example

White with #6DB650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,182,80); }

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

background-color css

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

 a { background-color: rgb(109,182,80); }

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

border-color css

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

 span { border-color: rgb(109,182,80); }

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