Html Css Color HEX #69D37F Pastel Green

📋 copy color: '#69D37F'

red 105 ◦ green 211 ◦ blue 127

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

Shades of Pastel Green #69D37F

Tints of Pastel Green #69D37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.67%

R = 23.7%
G = 47.63%
B = 28.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#69D37F (or 0x69D37F) is known color: Pastel Green. HEX triplet: 69, D3 and 7F. RGB value is (105,211,127). Sum of RGB (Red+Green+Blue) = 105+211+127=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #69D37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D37F is #962C80. Grayscale: #A9A9A9. Windows color (decimal): -9841793 or 8377193. OLE color: 8377193.

HSL color Cylindrical-coordinate representation of color #69D37F: hue angle of 132.45º 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 #69D37F is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 105 211 127 -
CMYK 0.50 0 0.40 0.17
HSL 132.45º 0.55% 0.62% -
HSV(B) 132.45º 0.5% 0.83% -
XYZ 32.95 51.12 28.21 -
YUV 169.73 103.88 81.83 -
System Red Green Blue C M Y K H S L
Decimal 105 211 127 0.50 0 0.40 0.17 132.45 0.55 0.62
Hex 69 D3 7F 32 0 28 11 84 37 3E
Octal 151 323 177 62 0 50 21 204 67 76
Binary 1101001 11010011 1111111 110010 0 101000 10001 10000100 110111 111110

Color Harmonies of #69D37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D37F

Black with #69D37F

Text Example


Text Example

White with #69D37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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