Html Css Color HEX #6BD040 Apple

📋 copy color: '#6BD040'

red 107 ◦ green 208 ◦ blue 64

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

Shades of Apple #6BD040

Tints of Apple #6BD040

RGB

 RED value IS 107 (42.19% from 255) = 28.23%

 GREEN value IS 208 (81.64% from 255) = 54.88%

 BLUE value IS 64 (25.39% from 255) = 16.89%

R = 28.23%
G = 54.88%
B = 16.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#6BD040 (or 0x6BD040) is known color: Apple. HEX triplet: 6B, D0 and 40. RGB value is (107,208,64). Sum of RGB (Red+Green+Blue) = 107+208+64=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD040 is #942FBF. Grayscale: #A1A1A1. Windows color (decimal): -9711552 or 4247659. OLE color: 4247659.

HSL color Cylindrical-coordinate representation of color #6BD040: hue angle of 102.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6BD040 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 208 64 -
CMYK 0.49 0 0.69 0.18
HSL 102.08º 0.61% 0.53% -
HSV(B) 102.08º 0.69% 0.82% -
XYZ 29.54 48.61 12.68 -
YUV 161.39 73.04 89.21 -
System Red Green Blue C M Y K H S L
Decimal 107 208 64 0.49 0 0.69 0.18 102.08 0.61 0.53
Hex 6B D0 40 31 0 45 12 66 3D 35
Octal 153 320 100 61 0 105 22 146 75 65
Binary 1101011 11010000 1000000 110001 0 1000101 10010 1100110 111101 110101

Color Harmonies of #6BD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD040

Black with #6BD040

Text Example


Text Example

White with #6BD040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,208,64); }

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

background-color css

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

 a { background-color: rgb(107,208,64); }

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

border-color css

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

 span { border-color: rgb(107,208,64); }

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