Html Css Color HEX #69DA40 Apple

📋 copy color: '#69DA40'

red 105 ◦ green 218 ◦ blue 64

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

Shades of Apple #69DA40

Tints of Apple #69DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.33%

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

R = 27.13%
G = 56.33%
B = 16.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#69DA40 (or 0x69DA40) is known color: Apple. HEX triplet: 69, DA and 40. RGB value is (105,218,64). Sum of RGB (Red+Green+Blue) = 105+218+64=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 218 (85.55% from 255 or 56.33% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DA40 is #9625BF. Grayscale: #A7A7A7. Windows color (decimal): -9840064 or 4250217. OLE color: 4250217.

HSL color Cylindrical-coordinate representation of color #69DA40: hue angle of 104.03º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69DA40 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 218 64 -
CMYK 0.52 0 0.71 0.15
HSL 104.03º 0.68% 0.55% -
HSV(B) 104.03º 0.71% 0.85% -
XYZ 31.82 53.52 13.5 -
YUV 166.66 70.06 84.02 -
System Red Green Blue C M Y K H S L
Decimal 105 218 64 0.52 0 0.71 0.15 104.03 0.68 0.55
Hex 69 DA 40 34 0 47 F 68 44 37
Octal 151 332 100 64 0 107 17 150 104 67
Binary 1101001 11011010 1000000 110100 0 1000111 1111 1101000 1000100 110111

Color Harmonies of #69DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DA40

Black with #69DA40

Text Example


Text Example

White with #69DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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