Html Css Color HEX #69D73F Apple

📋 copy color: '#69D73F'

red 105 ◦ green 215 ◦ blue 63

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

Shades of Apple #69D73F

Tints of Apple #69D73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.14%

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

R = 27.42%
G = 56.14%
B = 16.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#69D73F (or 0x69D73F) is known color: Apple. HEX triplet: 69, D7 and 3F. RGB value is (105,215,63). Sum of RGB (Red+Green+Blue) = 105+215+63=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #69D73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D73F is #9628C0. Grayscale: #A5A5A5. Windows color (decimal): -9840833 or 4183913. OLE color: 4183913.

HSL color Cylindrical-coordinate representation of color #69D73F: hue angle of 103.42º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69D73F is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 215 63 -
CMYK 0.51 0 0.71 0.16
HSL 103.42º 0.66% 0.55% -
HSV(B) 103.42º 0.71% 0.84% -
XYZ 31.02 51.96 13.1 -
YUV 164.78 70.56 85.36 -
System Red Green Blue C M Y K H S L
Decimal 105 215 63 0.51 0 0.71 0.16 103.42 0.66 0.55
Hex 69 D7 3F 33 0 47 10 67 42 37
Octal 151 327 77 63 0 107 20 147 102 67
Binary 1101001 11010111 111111 110011 0 1000111 10000 1100111 1000010 110111

Color Harmonies of #69D73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D73F

Black with #69D73F

Text Example


Text Example

White with #69D73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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