Html Css Color HEX #69BE40 Apple

📋 copy color: '#69BE40'

red 105 ◦ green 190 ◦ blue 64

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

Shades of Apple #69BE40

Tints of Apple #69BE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.92%

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

R = 29.25%
G = 52.92%
B = 17.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#69BE40 (or 0x69BE40) is known color: Apple. HEX triplet: 69, BE and 40. RGB value is (105,190,64). Sum of RGB (Red+Green+Blue) = 105+190+64=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BE40 is #9641BF. Grayscale: #969696. Windows color (decimal): -9847232 or 4243049. OLE color: 4243049.

HSL color Cylindrical-coordinate representation of color #69BE40: hue angle of 100.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69BE40 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 190 64 -
CMYK 0.45 0 0.66 0.25
HSL 100.48º 0.5% 0.5% -
HSV(B) 100.48º 0.66% 0.75% -
XYZ 25.16 40.2 11.28 -
YUV 150.22 79.34 95.75 -
System Red Green Blue C M Y K H S L
Decimal 105 190 64 0.45 0 0.66 0.25 100.48 0.5 0.5
Hex 69 BE 40 2D 0 42 19 64 32 32
Octal 151 276 100 55 0 102 31 144 62 62
Binary 1101001 10111110 1000000 101101 0 1000010 11001 1100100 110010 110010

Color Harmonies of #69BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BE40

Black with #69BE40

Text Example


Text Example

White with #69BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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