Html Css Color HEX #69D742 Apple

📋 copy color: '#69D742'

red 105 ◦ green 215 ◦ blue 66

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

Shades of Apple #69D742

Tints of Apple #69D742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.7%

 BLUE value IS 66 (26.17% from 255) = 17.1%

R = 27.2%
G = 55.7%
B = 17.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#69D742 (or 0x69D742) is known color: Apple. HEX triplet: 69, D7 and 42. RGB value is (105,215,66). Sum of RGB (Red+Green+Blue) = 105+215+66=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 215 (84.38% from 255 or 55.70% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 215 - color contains mainly: green. Hex color #69D742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D742 is #9628BD. Grayscale: #A5A5A5. Windows color (decimal): -9840830 or 4380521. OLE color: 4380521.

HSL color Cylindrical-coordinate representation of color #69D742: hue angle of 104.3º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69D742 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 215 66 -
CMYK 0.51 0 0.69 0.16
HSL 104.3º 0.65% 0.55% -
HSV(B) 104.3º 0.69% 0.84% -
XYZ 31.11 52 13.55 -
YUV 165.12 72.06 85.12 -
System Red Green Blue C M Y K H S L
Decimal 105 215 66 0.51 0 0.69 0.16 104.3 0.65 0.55
Hex 69 D7 42 33 0 45 10 68 41 37
Octal 151 327 102 63 0 105 20 150 101 67
Binary 1101001 11010111 1000010 110011 0 1000101 10000 1101000 1000001 110111

Color Harmonies of #69D742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D742

Black with #69D742

Text Example


Text Example

White with #69D742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,215,66); }

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

background-color css

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

 a { background-color: rgb(105,215,66); }

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

border-color css

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

 span { border-color: rgb(105,215,66); }

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