Html Css Color HEX #69CE7C Pastel Green

📋 copy color: '#69CE7C'

red 105 ◦ green 206 ◦ blue 124

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

Shades of Pastel Green #69CE7C

Tints of Pastel Green #69CE7C

RGB

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

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

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

R = 24.14%
G = 47.36%
B = 28.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#69CE7C (or 0x69CE7C) is known color: Pastel Green. HEX triplet: 69, CE and 7C. RGB value is (105,206,124). Sum of RGB (Red+Green+Blue) = 105+206+124=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #69CE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CE7C is #963183. Grayscale: #A6A6A6. Windows color (decimal): -9843076 or 8179305. OLE color: 8179305.

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

Color convert

RGB 105 206 124 -
CMYK 0.49 0 0.40 0.19
HSL 131.29º 0.51% 0.61% -
HSV(B) 131.29º 0.49% 0.81% -
XYZ 31.54 48.6 26.79 -
YUV 166.45 104.04 84.17 -
System Red Green Blue C M Y K H S L
Decimal 105 206 124 0.49 0 0.40 0.19 131.29 0.51 0.61
Hex 69 CE 7C 31 0 28 13 83 33 3D
Octal 151 316 174 61 0 50 23 203 63 75
Binary 1101001 11001110 1111100 110001 0 101000 10011 10000011 110011 111101

Color Harmonies of #69CE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CE7C

Black with #69CE7C

Text Example


Text Example

White with #69CE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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