Html Css Color HEX #69DA7D Pastel Green

📋 copy color: '#69DA7D'

red 105 ◦ green 218 ◦ blue 125

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

Shades of Pastel Green #69DA7D

Tints of Pastel Green #69DA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.66%

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 23.44%
G = 48.66%
B = 27.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#69DA7D (or 0x69DA7D) is known color: Pastel Green. HEX triplet: 69, DA and 7D. RGB value is (105,218,125). Sum of RGB (Red+Green+Blue) = 105+218+125=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DA7D is #962582. Grayscale: #ADADAD. Windows color (decimal): -9840003 or 8247913. OLE color: 8247913.

HSL color Cylindrical-coordinate representation of color #69DA7D: hue angle of 130.62º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DA7D is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 218 125 -
CMYK 0.52 0 0.43 0.15
HSL 130.62º 0.6% 0.63% -
HSV(B) 130.62º 0.52% 0.85% -
XYZ 34.6 54.63 28.12 -
YUV 173.61 100.56 79.06 -
System Red Green Blue C M Y K H S L
Decimal 105 218 125 0.52 0 0.43 0.15 130.62 0.6 0.63
Hex 69 DA 7D 34 0 2B F 83 3C 3F
Octal 151 332 175 64 0 53 17 203 74 77
Binary 1101001 11011010 1111101 110100 0 101011 1111 10000011 111100 111111

Color Harmonies of #69DA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DA7D

Black with #69DA7D

Text Example


Text Example

White with #69DA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,218,125); }

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

background-color css

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

 a { background-color: rgb(105,218,125); }

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

border-color css

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

 span { border-color: rgb(105,218,125); }

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