Html Css Color HEX #69D835 Apple

📋 copy color: '#69D835'

red 105 ◦ green 216 ◦ blue 53

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

Shades of Apple #69D835

Tints of Apple #69D835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.17%

R = 28.07%
G = 57.75%
B = 14.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#69D835 (or 0x69D835) is known color: Apple. HEX triplet: 69, D8 and 35. RGB value is (105,216,53). Sum of RGB (Red+Green+Blue) = 105+216+53=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #69D835 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D835 is #9627CA. Grayscale: #A4A4A4. Windows color (decimal): -9840587 or 3528809. OLE color: 3528809.

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

Color convert

RGB 105 216 53 -
CMYK 0.51 0 0.75 0.15
HSL 100.86º 0.68% 0.53% -
HSV(B) 100.86º 0.75% 0.85% -
XYZ 31.02 52.37 11.84 -
YUV 164.23 65.23 85.75 -
System Red Green Blue C M Y K H S L
Decimal 105 216 53 0.51 0 0.75 0.15 100.86 0.68 0.53
Hex 69 D8 35 33 0 4B F 65 44 35
Octal 151 330 65 63 0 113 17 145 104 65
Binary 1101001 11011000 110101 110011 0 1001011 1111 1100101 1000100 110101

Color Harmonies of #69D835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D835

Black with #69D835

Text Example


Text Example

White with #69D835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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