Html Css Color HEX #69DD83 Pastel Green

📋 copy color: '#69DD83'

red 105 ◦ green 221 ◦ blue 131

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

Shades of Pastel Green #69DD83

Tints of Pastel Green #69DD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.67%

R = 22.98%
G = 48.36%
B = 28.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#69DD83 (or 0x69DD83) is known color: Pastel Green. HEX triplet: 69, DD and 83. RGB value is (105,221,131). Sum of RGB (Red+Green+Blue) = 105+221+131=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DD83 is #96227C. Grayscale: #B0B0B0. Windows color (decimal): -9839229 or 8641897. OLE color: 8641897.

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

Color convert

RGB 105 221 131 -
CMYK 0.52 0 0.41 0.13
HSL 133.45º 0.63% 0.64% -
HSV(B) 133.45º 0.52% 0.87% -
XYZ 35.78 56.35 30.46 -
YUV 176.06 102.57 77.32 -
System Red Green Blue C M Y K H S L
Decimal 105 221 131 0.52 0 0.41 0.13 133.45 0.63 0.64
Hex 69 DD 83 34 0 29 D 85 3F 40
Octal 151 335 203 64 0 51 15 205 77 100
Binary 1101001 11011101 10000011 110100 0 101001 1101 10000101 111111 1000000

Color Harmonies of #69DD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD83

Black with #69DD83

Text Example


Text Example

White with #69DD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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