Html Css Color HEX #69DB35 Apple

📋 copy color: '#69DB35'

red 105 ◦ green 219 ◦ blue 53

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

Shades of Apple #69DB35

Tints of Apple #69DB35

RGB

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

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

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

R = 27.85%
G = 58.09%
B = 14.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#69DB35 (or 0x69DB35) is known color: Apple. HEX triplet: 69, DB and 35. RGB value is (105,219,53). Sum of RGB (Red+Green+Blue) = 105+219+53=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DB35 is #9624CA. Grayscale: #A6A6A6. Windows color (decimal): -9839819 or 3529577. OLE color: 3529577.

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

Color convert

RGB 105 219 53 -
CMYK 0.52 0 0.76 0.14
HSL 101.2º 0.7% 0.53% -
HSV(B) 101.2º 0.76% 0.86% -
XYZ 31.8 53.92 12.1 -
YUV 165.99 64.23 84.5 -
System Red Green Blue C M Y K H S L
Decimal 105 219 53 0.52 0 0.76 0.14 101.2 0.7 0.53
Hex 69 DB 35 34 0 4C E 65 46 35
Octal 151 333 65 64 0 114 16 145 106 65
Binary 1101001 11011011 110101 110100 0 1001100 1110 1100101 1000110 110101

Color Harmonies of #69DB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DB35

Black with #69DB35

Text Example


Text Example

White with #69DB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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