Html Css Color HEX #69DD7B Pastel Green

📋 copy color: '#69DD7B'

red 105 ◦ green 221 ◦ blue 123

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

Shades of Pastel Green #69DD7B

Tints of Pastel Green #69DD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.39%

R = 23.39%
G = 49.22%
B = 27.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#69DD7B (or 0x69DD7B) is known color: Pastel Green. HEX triplet: 69, DD and 7B. RGB value is (105,221,123). Sum of RGB (Red+Green+Blue) = 105+221+123=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DD7B is #962284. Grayscale: #AFAFAF. Windows color (decimal): -9839237 or 8117609. OLE color: 8117609.

HSL color Cylindrical-coordinate representation of color #69DD7B: hue angle of 129.31º 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 #69DD7B is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 221 123 -
CMYK 0.52 0 0.44 0.13
HSL 129.31º 0.63% 0.64% -
HSV(B) 129.31º 0.52% 0.87% -
XYZ 35.26 56.15 27.72 -
YUV 175.14 98.57 77.97 -
System Red Green Blue C M Y K H S L
Decimal 105 221 123 0.52 0 0.44 0.13 129.31 0.63 0.64
Hex 69 DD 7B 34 0 2C D 81 3F 40
Octal 151 335 173 64 0 54 15 201 77 100
Binary 1101001 11011101 1111011 110100 0 101100 1101 10000001 111111 1000000

Color Harmonies of #69DD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD7B

Black with #69DD7B

Text Example


Text Example

White with #69DD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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