Html Css Color HEX #69C63F Apple

📋 copy color: '#69C63F'

red 105 ◦ green 198 ◦ blue 63

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

Shades of Apple #69C63F

Tints of Apple #69C63F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.1%

 BLUE value IS 63 (25% from 255) = 17.21%

R = 28.69%
G = 54.1%
B = 17.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#69C63F (or 0x69C63F) is known color: Apple. HEX triplet: 69, C6 and 3F. RGB value is (105,198,63). Sum of RGB (Red+Green+Blue) = 105+198+63=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 198 (77.73% from 255 or 54.10% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 198 - color contains mainly: green. Hex color #69C63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C63F is #9639C0. Grayscale: #9B9B9B. Windows color (decimal): -9845185 or 4179561. OLE color: 4179561.

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

Color convert

RGB 105 198 63 -
CMYK 0.47 0 0.68 0.22
HSL 101.33º 0.54% 0.51% -
HSV(B) 101.33º 0.68% 0.78% -
XYZ 26.92 43.75 11.73 -
YUV 154.8 76.19 92.48 -
System Red Green Blue C M Y K H S L
Decimal 105 198 63 0.47 0 0.68 0.22 101.33 0.54 0.51
Hex 69 C6 3F 2F 0 44 16 65 36 33
Octal 151 306 77 57 0 104 26 145 66 63
Binary 1101001 11000110 111111 101111 0 1000100 10110 1100101 110110 110011

Color Harmonies of #69C63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C63F

Black with #69C63F

Text Example


Text Example

White with #69C63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,198,63); }

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

background-color css

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

 a { background-color: rgb(105,198,63); }

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

border-color css

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

 span { border-color: rgb(105,198,63); }

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