Html Css Color HEX #6BCD48 Apple

📋 copy color: '#6BCD48'

red 107 ◦ green 205 ◦ blue 72

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

Shades of Apple #6BCD48

Tints of Apple #6BCD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.75%

R = 27.86%
G = 53.39%
B = 18.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#6BCD48 (or 0x6BCD48) is known color: Apple. HEX triplet: 6B, CD and 48. RGB value is (107,205,72). Sum of RGB (Red+Green+Blue) = 107+205+72=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCD48 is #9432B7. Grayscale: #A0A0A0. Windows color (decimal): -9712312 or 4771179. OLE color: 4771179.

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

Color convert

RGB 107 205 72 -
CMYK 0.48 0 0.65 0.20
HSL 104.21º 0.57% 0.54% -
HSV(B) 104.21º 0.65% 0.8% -
XYZ 29.06 47.26 13.72 -
YUV 160.54 78.03 89.81 -
System Red Green Blue C M Y K H S L
Decimal 107 205 72 0.48 0 0.65 0.20 104.21 0.57 0.54
Hex 6B CD 48 30 0 41 14 68 39 36
Octal 153 315 110 60 0 101 24 150 71 66
Binary 1101011 11001101 1001000 110000 0 1000001 10100 1101000 111001 110110

Color Harmonies of #6BCD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCD48

Black with #6BCD48

Text Example


Text Example

White with #6BCD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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