Html Css Color HEX #69DB40 Apple

📋 copy color: '#69DB40'

red 105 ◦ green 219 ◦ blue 64

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

Shades of Apple #69DB40

Tints of Apple #69DB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.44%

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

R = 27.06%
G = 56.44%
B = 16.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#69DB40 (or 0x69DB40) is known color: Apple. HEX triplet: 69, DB and 40. RGB value is (105,219,64). Sum of RGB (Red+Green+Blue) = 105+219+64=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DB40 is #9624BF. Grayscale: #A7A7A7. Windows color (decimal): -9839808 or 4250473. OLE color: 4250473.

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

Color convert

RGB 105 219 64 -
CMYK 0.52 0 0.71 0.14
HSL 104.13º 0.68% 0.55% -
HSV(B) 104.13º 0.71% 0.86% -
XYZ 32.08 54.04 13.59 -
YUV 167.24 69.73 83.6 -
System Red Green Blue C M Y K H S L
Decimal 105 219 64 0.52 0 0.71 0.14 104.13 0.68 0.55
Hex 69 DB 40 34 0 47 E 68 44 37
Octal 151 333 100 64 0 107 16 150 104 67
Binary 1101001 11011011 1000000 110100 0 1000111 1110 1101000 1000100 110111

Color Harmonies of #69DB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DB40

Black with #69DB40

Text Example


Text Example

White with #69DB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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