Html Css Color HEX #69D13F Apple

📋 copy color: '#69D13F'

red 105 ◦ green 209 ◦ blue 63

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

Shades of Apple #69D13F

Tints of Apple #69D13F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.44%

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

R = 27.85%
G = 55.44%
B = 16.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#69D13F (or 0x69D13F) is known color: Apple. HEX triplet: 69, D1 and 3F. RGB value is (105,209,63). Sum of RGB (Red+Green+Blue) = 105+209+63=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #69D13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D13F is #962EC0. Grayscale: #A1A1A1. Windows color (decimal): -9842369 or 4182377. OLE color: 4182377.

HSL color Cylindrical-coordinate representation of color #69D13F: hue angle of 102.74º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69D13F is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 209 63 -
CMYK 0.50 0 0.70 0.18
HSL 102.74º 0.61% 0.53% -
HSV(B) 102.74º 0.7% 0.82% -
XYZ 29.52 48.96 12.6 -
YUV 161.26 72.54 87.87 -
System Red Green Blue C M Y K H S L
Decimal 105 209 63 0.50 0 0.70 0.18 102.74 0.61 0.53
Hex 69 D1 3F 32 0 46 12 67 3D 35
Octal 151 321 77 62 0 106 22 147 75 65
Binary 1101001 11010001 111111 110010 0 1000110 10010 1100111 111101 110101

Color Harmonies of #69D13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D13F

Black with #69D13F

Text Example


Text Example

White with #69D13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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