Html Css Color HEX #69E532 Apple

📋 copy color: '#69E532'

red 105 ◦ green 229 ◦ blue 50

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

Shades of Apple #69E532

Tints of Apple #69E532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 59.64%

 BLUE value IS 50 (19.92% from 255) = 13.02%

R = 27.34%
G = 59.64%
B = 13.02%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#69E532 (or 0x69E532) is known color: Apple. HEX triplet: 69, E5 and 32. RGB value is (105,229,50). Sum of RGB (Red+Green+Blue) = 105+229+50=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 229 (89.84% from 255 or 59.64% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 229 - color contains mainly: green. Hex color #69E532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E532 is #961ACD. Grayscale: #ACACAC. Windows color (decimal): -9837262 or 3335529. OLE color: 3335529.

HSL color Cylindrical-coordinate representation of color #69E532: hue angle of 101.56º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69E532 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 229 50 -
CMYK 0.54 0 0.78 0.10
HSL 101.56º 0.77% 0.55% -
HSV(B) 101.56º 0.78% 0.9% -
XYZ 34.42 59.27 12.64 -
YUV 171.52 59.42 80.55 -
System Red Green Blue C M Y K H S L
Decimal 105 229 50 0.54 0 0.78 0.10 101.56 0.77 0.55
Hex 69 E5 32 36 0 4E A 66 4D 37
Octal 151 345 62 66 0 116 12 146 115 67
Binary 1101001 11100101 110010 110110 0 1001110 1010 1100110 1001101 110111

Color Harmonies of #69E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E532

Black with #69E532

Text Example


Text Example

White with #69E532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,229,50); }

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

background-color css

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

 a { background-color: rgb(105,229,50); }

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

border-color css

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

 span { border-color: rgb(105,229,50); }

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