Html Css Color HEX #69D383 Pastel Green

📋 copy color: '#69D383'

red 105 ◦ green 211 ◦ blue 131

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

Shades of Pastel Green #69D383

Tints of Pastel Green #69D383

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.2%

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

R = 23.49%
G = 47.2%
B = 29.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#69D383 (or 0x69D383) is known color: Pastel Green. HEX triplet: 69, D3 and 83. RGB value is (105,211,131). Sum of RGB (Red+Green+Blue) = 105+211+131=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #69D383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D383 is #962C7C. Grayscale: #AAAAAA. Windows color (decimal): -9841789 or 8639337. OLE color: 8639337.

HSL color Cylindrical-coordinate representation of color #69D383: hue angle of 134.72º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D383 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 105 211 131 -
CMYK 0.50 0 0.38 0.17
HSL 134.72º 0.55% 0.62% -
HSV(B) 134.72º 0.5% 0.83% -
XYZ 33.22 51.23 29.61 -
YUV 170.19 105.88 81.5 -
System Red Green Blue C M Y K H S L
Decimal 105 211 131 0.50 0 0.38 0.17 134.72 0.55 0.62
Hex 69 D3 83 32 0 26 11 87 37 3E
Octal 151 323 203 62 0 46 21 207 67 76
Binary 1101001 11010011 10000011 110010 0 100110 10001 10000111 110111 111110

Color Harmonies of #69D383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D383

Black with #69D383

Text Example


Text Example

White with #69D383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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