Html Css Color HEX #69DD70 Pastel Green

📋 copy color: '#69DD70'

red 105 ◦ green 221 ◦ blue 112

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

Shades of Pastel Green #69DD70

Tints of Pastel Green #69DD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 23.97%
G = 50.46%
B = 25.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#69DD70 (or 0x69DD70) is known color: Pastel Green. HEX triplet: 69, DD and 70. RGB value is (105,221,112). Sum of RGB (Red+Green+Blue) = 105+221+112=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DD70 is #96228F. Grayscale: #AEAEAE. Windows color (decimal): -9839248 or 7396713. OLE color: 7396713.

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

Color convert

RGB 105 221 112 -
CMYK 0.52 0 0.49 0.13
HSL 123.62º 0.63% 0.64% -
HSV(B) 123.62º 0.52% 0.87% -
XYZ 34.61 55.89 24.29 -
YUV 173.89 93.07 78.86 -
System Red Green Blue C M Y K H S L
Decimal 105 221 112 0.52 0 0.49 0.13 123.62 0.63 0.64
Hex 69 DD 70 34 0 31 D 7C 3F 40
Octal 151 335 160 64 0 61 15 174 77 100
Binary 1101001 11011101 1110000 110100 0 110001 1101 1111100 111111 1000000

Color Harmonies of #69DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD70

Black with #69DD70

Text Example


Text Example

White with #69DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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