Html Css Color HEX #69DD73 Pastel Green

📋 copy color: '#69DD73'

red 105 ◦ green 221 ◦ blue 115

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

Shades of Pastel Green #69DD73

Tints of Pastel Green #69DD73

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.11%

 BLUE value IS 115 (45.31% from 255) = 26.08%

R = 23.81%
G = 50.11%
B = 26.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#69DD73 (or 0x69DD73) is known color: Pastel Green. HEX triplet: 69, DD and 73. RGB value is (105,221,115). Sum of RGB (Red+Green+Blue) = 105+221+115=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DD73 is #96228C. Grayscale: #AEAEAE. Windows color (decimal): -9839245 or 7593321. OLE color: 7593321.

HSL color Cylindrical-coordinate representation of color #69DD73: hue angle of 125.17º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DD73 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 221 115 -
CMYK 0.52 0 0.48 0.13
HSL 125.17º 0.63% 0.64% -
HSV(B) 125.17º 0.52% 0.87% -
XYZ 34.78 55.95 25.19 -
YUV 174.23 94.57 78.62 -
System Red Green Blue C M Y K H S L
Decimal 105 221 115 0.52 0 0.48 0.13 125.17 0.63 0.64
Hex 69 DD 73 34 0 30 D 7D 3F 40
Octal 151 335 163 64 0 60 15 175 77 100
Binary 1101001 11011101 1110011 110100 0 110000 1101 1111101 111111 1000000

Color Harmonies of #69DD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD73

Black with #69DD73

Text Example


Text Example

White with #69DD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,221,115); }

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

background-color css

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

 a { background-color: rgb(105,221,115); }

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

border-color css

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

 span { border-color: rgb(105,221,115); }

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