Html Css Color HEX #69E17C Pastel Green

📋 copy color: '#69E17C'

red 105 ◦ green 225 ◦ blue 124

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

Shades of Pastel Green #69E17C

Tints of Pastel Green #69E17C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.56%

 BLUE value IS 124 (48.83% from 255) = 27.31%

R = 23.13%
G = 49.56%
B = 27.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#69E17C (or 0x69E17C) is known color: Pastel Green. HEX triplet: 69, E1 and 7C. RGB value is (105,225,124). Sum of RGB (Red+Green+Blue) = 105+225+124=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #69E17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E17C is #961E83. Grayscale: #B1B1B1. Windows color (decimal): -9838212 or 8184169. OLE color: 8184169.

HSL color Cylindrical-coordinate representation of color #69E17C: hue angle of 129.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E17C is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 225 124 -
CMYK 0.53 0 0.45 0.12
HSL 129.5º 0.67% 0.65% -
HSV(B) 129.5º 0.53% 0.88% -
XYZ 36.39 58.31 28.41 -
YUV 177.61 97.74 76.21 -
System Red Green Blue C M Y K H S L
Decimal 105 225 124 0.53 0 0.45 0.12 129.5 0.67 0.65
Hex 69 E1 7C 35 0 2D C 82 43 41
Octal 151 341 174 65 0 55 14 202 103 101
Binary 1101001 11100001 1111100 110101 0 101101 1100 10000010 1000011 1000001

Color Harmonies of #69E17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E17C

Black with #69E17C

Text Example


Text Example

White with #69E17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,225,124); }

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

background-color css

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

 a { background-color: rgb(105,225,124); }

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

border-color css

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

 span { border-color: rgb(105,225,124); }

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