Html Css Color HEX #69C848 Apple

📋 copy color: '#69C848'

red 105 ◦ green 200 ◦ blue 72

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

Shades of Apple #69C848

Tints of Apple #69C848

RGB

 RED value IS 105 (41.41% from 255) = 27.85%

 GREEN value IS 200 (78.52% from 255) = 53.05%

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

R = 27.85%
G = 53.05%
B = 19.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#69C848 (or 0x69C848) is known color: Apple. HEX triplet: 69, C8 and 48. RGB value is (105,200,72). Sum of RGB (Red+Green+Blue) = 105+200+72=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #69C848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C848 is #9637B7. Grayscale: #9D9D9D. Windows color (decimal): -9844664 or 4769897. OLE color: 4769897.

HSL color Cylindrical-coordinate representation of color #69C848: hue angle of 104.53º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69C848 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 200 72 -
CMYK 0.48 0 0.64 0.22
HSL 104.53º 0.54% 0.53% -
HSV(B) 104.53º 0.64% 0.78% -
XYZ 27.65 44.78 13.32 -
YUV 157 80.03 90.91 -
System Red Green Blue C M Y K H S L
Decimal 105 200 72 0.48 0 0.64 0.22 104.53 0.54 0.53
Hex 69 C8 48 30 0 40 16 69 36 35
Octal 151 310 110 60 0 100 26 151 66 65
Binary 1101001 11001000 1001000 110000 0 1000000 10110 1101001 110110 110101

Color Harmonies of #69C848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C848

Black with #69C848

Text Example


Text Example

White with #69C848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69C848; }

 p { color: rgb(105,200,72); }

 H1.HeaderClassName
 {
   color: #69C848;
 }
 .AnyTagClassName
 {
   color: #69C848;
 }
</style>

background-color css

<style>
 a { background-color: #69C848; }

 a { background-color: rgb(105,200,72); }

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

border-color css

<style>
 span { border-color: #69C848; }

 span { border-color: rgb(105,200,72); }

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