Html Css Color HEX #6DB450 Apple

📋 copy color: '#6DB450'

red 109 ◦ green 180 ◦ blue 80

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

Shades of Apple #6DB450

Tints of Apple #6DB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.78%

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

R = 29.54%
G = 48.78%
B = 21.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#6DB450 (or 0x6DB450) is known color: Apple. HEX triplet: 6D, B4 and 50. RGB value is (109,180,80). Sum of RGB (Red+Green+Blue) = 109+180+80=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB450 is #924BAF. Grayscale: #939393. Windows color (decimal): -9587632 or 5289069. OLE color: 5289069.

HSL color Cylindrical-coordinate representation of color #6DB450: hue angle of 102.6º degrees, saturation: 0.4, 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 #6DB450 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 180 80 -
CMYK 0.39 0 0.56 0.29
HSL 102.6º 0.4% 0.51% -
HSV(B) 102.6º 0.56% 0.71% -
XYZ 24.08 36.47 13.36 -
YUV 147.37 89.98 100.63 -
System Red Green Blue C M Y K H S L
Decimal 109 180 80 0.39 0 0.56 0.29 102.6 0.4 0.51
Hex 6D B4 50 27 0 38 1D 67 28 33
Octal 155 264 120 47 0 70 35 147 50 63
Binary 1101101 10110100 1010000 100111 0 111000 11101 1100111 101000 110011

Color Harmonies of #6DB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB450

Black with #6DB450

Text Example


Text Example

White with #6DB450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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