Html Css Color HEX #69D573 Pastel Green

📋 copy color: '#69D573'

red 105 ◦ green 213 ◦ blue 115

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

Shades of Pastel Green #69D573

Tints of Pastel Green #69D573

RGB

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

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

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

R = 24.25%
G = 49.19%
B = 26.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#69D573 (or 0x69D573) is known color: Pastel Green. HEX triplet: 69, D5 and 73. RGB value is (105,213,115). Sum of RGB (Red+Green+Blue) = 105+213+115=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #69D573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D573 is #962A8C. Grayscale: #A9A9A9. Windows color (decimal): -9841293 or 7591273. OLE color: 7591273.

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

Color convert

RGB 105 213 115 -
CMYK 0.51 0 0.46 0.16
HSL 125.56º 0.56% 0.62% -
HSV(B) 125.56º 0.51% 0.84% -
XYZ 32.71 51.83 24.5 -
YUV 169.54 97.22 81.97 -
System Red Green Blue C M Y K H S L
Decimal 105 213 115 0.51 0 0.46 0.16 125.56 0.56 0.62
Hex 69 D5 73 33 0 2E 10 7E 38 3E
Octal 151 325 163 63 0 56 20 176 70 76
Binary 1101001 11010101 1110011 110011 0 101110 10000 1111110 111000 111110

Color Harmonies of #69D573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D573

Black with #69D573

Text Example


Text Example

White with #69D573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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