Html Css Color HEX #69CE7D Pastel Green

📋 copy color: '#69CE7D'

red 105 ◦ green 206 ◦ blue 125

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

Shades of Pastel Green #69CE7D

Tints of Pastel Green #69CE7D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.25%

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 24.08%
G = 47.25%
B = 28.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#69CE7D (or 0x69CE7D) is known color: Pastel Green. HEX triplet: 69, CE and 7D. RGB value is (105,206,125). Sum of RGB (Red+Green+Blue) = 105+206+125=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #69CE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CE7D is #963182. Grayscale: #A6A6A6. Windows color (decimal): -9843075 or 8244841. OLE color: 8244841.

HSL color Cylindrical-coordinate representation of color #69CE7D: hue angle of 131.88º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CE7D is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 206 125 -
CMYK 0.49 0 0.39 0.19
HSL 131.88º 0.51% 0.61% -
HSV(B) 131.88º 0.49% 0.81% -
XYZ 31.6 48.63 27.12 -
YUV 166.57 104.54 84.09 -
System Red Green Blue C M Y K H S L
Decimal 105 206 125 0.49 0 0.39 0.19 131.88 0.51 0.61
Hex 69 CE 7D 31 0 27 13 84 33 3D
Octal 151 316 175 61 0 47 23 204 63 75
Binary 1101001 11001110 1111101 110001 0 100111 10011 10000100 110011 111101

Color Harmonies of #69CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CE7D

Black with #69CE7D

Text Example


Text Example

White with #69CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,206,125); }

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

background-color css

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

 a { background-color: rgb(105,206,125); }

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

border-color css

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

 span { border-color: rgb(105,206,125); }

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