Html Css Color HEX #69D840 Apple

📋 copy color: '#69D840'

red 105 ◦ green 216 ◦ blue 64

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

Shades of Apple #69D840

Tints of Apple #69D840

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.1%

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 27.27%
G = 56.1%
B = 16.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#69D840 (or 0x69D840) is known color: Apple. HEX triplet: 69, D8 and 40. RGB value is (105,216,64). Sum of RGB (Red+Green+Blue) = 105+216+64=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #69D840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D840 is #9627BF. Grayscale: #A5A5A5. Windows color (decimal): -9840576 or 4249705. OLE color: 4249705.

HSL color Cylindrical-coordinate representation of color #69D840: hue angle of 103.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69D840 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 216 64 -
CMYK 0.51 0 0.70 0.15
HSL 103.82º 0.66% 0.55% -
HSV(B) 103.82º 0.7% 0.85% -
XYZ 31.31 52.49 13.33 -
YUV 165.48 70.73 84.86 -
System Red Green Blue C M Y K H S L
Decimal 105 216 64 0.51 0 0.70 0.15 103.82 0.66 0.55
Hex 69 D8 40 33 0 46 F 68 42 37
Octal 151 330 100 63 0 106 17 150 102 67
Binary 1101001 11011000 1000000 110011 0 1000110 1111 1101000 1000010 110111

Color Harmonies of #69D840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D840

Black with #69D840

Text Example


Text Example

White with #69D840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,216,64); }

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

background-color css

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

 a { background-color: rgb(105,216,64); }

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

border-color css

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

 span { border-color: rgb(105,216,64); }

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