Html Css Color HEX #69D535 Apple

📋 copy color: '#69D535'

red 105 ◦ green 213 ◦ blue 53

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

Shades of Apple #69D535

Tints of Apple #69D535

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.41%

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

R = 28.3%
G = 57.41%
B = 14.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#69D535 (or 0x69D535) is known color: Apple. HEX triplet: 69, D5 and 35. RGB value is (105,213,53). Sum of RGB (Red+Green+Blue) = 105+213+53=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #69D535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D535 is #962ACA. Grayscale: #A3A3A3. Windows color (decimal): -9841355 or 3528041. OLE color: 3528041.

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

Color convert

RGB 105 213 53 -
CMYK 0.51 0 0.75 0.16
HSL 100.5º 0.66% 0.52% -
HSV(B) 100.5º 0.75% 0.84% -
XYZ 30.26 50.85 11.59 -
YUV 162.47 66.22 87.01 -
System Red Green Blue C M Y K H S L
Decimal 105 213 53 0.51 0 0.75 0.16 100.5 0.66 0.52
Hex 69 D5 35 33 0 4B 10 64 42 34
Octal 151 325 65 63 0 113 20 144 102 64
Binary 1101001 11010101 110101 110011 0 1001011 10000 1100100 1000010 110100

Color Harmonies of #69D535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D535

Black with #69D535

Text Example


Text Example

White with #69D535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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