Html Css Color HEX #6BCD50 Apple

📋 copy color: '#6BCD50'

red 107 ◦ green 205 ◦ blue 80

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

Shades of Apple #6BCD50

Tints of Apple #6BCD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.3%

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

R = 27.3%
G = 52.3%
B = 20.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#6BCD50 (or 0x6BCD50) is known color: Apple. HEX triplet: 6B, CD and 50. RGB value is (107,205,80). Sum of RGB (Red+Green+Blue) = 107+205+80=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD50 is #9432AF. Grayscale: #A1A1A1. Windows color (decimal): -9712304 or 5295467. OLE color: 5295467.

HSL color Cylindrical-coordinate representation of color #6BCD50: hue angle of 107.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6BCD50 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 205 80 -
CMYK 0.48 0 0.61 0.20
HSL 107.04º 0.56% 0.56% -
HSV(B) 107.04º 0.61% 0.8% -
XYZ 29.34 47.37 15.19 -
YUV 161.45 82.03 89.16 -
System Red Green Blue C M Y K H S L
Decimal 107 205 80 0.48 0 0.61 0.20 107.04 0.56 0.56
Hex 6B CD 50 30 0 3D 14 6B 38 38
Octal 153 315 120 60 0 75 24 153 70 70
Binary 1101011 11001101 1010000 110000 0 111101 10100 1101011 111000 111000

Color Harmonies of #6BCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCD50

Black with #6BCD50

Text Example


Text Example

White with #6BCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,205,80); }

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

background-color css

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

 a { background-color: rgb(107,205,80); }

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

border-color css

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

 span { border-color: rgb(107,205,80); }

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