Html Css Color HEX #69CE48 Apple

📋 copy color: '#69CE48'

red 105 ◦ green 206 ◦ blue 72

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

Shades of Apple #69CE48

Tints of Apple #69CE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.79%

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

R = 27.42%
G = 53.79%
B = 18.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#69CE48 (or 0x69CE48) is known color: Apple. HEX triplet: 69, CE and 48. RGB value is (105,206,72). Sum of RGB (Red+Green+Blue) = 105+206+72=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #69CE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CE48 is #9631B7. Grayscale: #A0A0A0. Windows color (decimal): -9843128 or 4771433. OLE color: 4771433.

HSL color Cylindrical-coordinate representation of color #69CE48: hue angle of 105.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69CE48 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 206 72 -
CMYK 0.49 0 0.65 0.19
HSL 105.22º 0.58% 0.55% -
HSV(B) 105.22º 0.65% 0.81% -
XYZ 29.07 47.61 13.79 -
YUV 160.53 78.04 88.4 -
System Red Green Blue C M Y K H S L
Decimal 105 206 72 0.49 0 0.65 0.19 105.22 0.58 0.55
Hex 69 CE 48 31 0 41 13 69 3A 37
Octal 151 316 110 61 0 101 23 151 72 67
Binary 1101001 11001110 1001000 110001 0 1000001 10011 1101001 111010 110111

Color Harmonies of #69CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CE48

Black with #69CE48

Text Example


Text Example

White with #69CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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