Html Css Color HEX #69D67C Pastel Green

📋 copy color: '#69D67C'

red 105 ◦ green 214 ◦ blue 124

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

Shades of Pastel Green #69D67C

Tints of Pastel Green #69D67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.31%

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

R = 23.7%
G = 48.31%
B = 27.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#69D67C (or 0x69D67C) is known color: Pastel Green. HEX triplet: 69, D6 and 7C. RGB value is (105,214,124). Sum of RGB (Red+Green+Blue) = 105+214+124=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #69D67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D67C is #962983. Grayscale: #ABABAB. Windows color (decimal): -9841028 or 8181353. OLE color: 8181353.

HSL color Cylindrical-coordinate representation of color #69D67C: hue angle of 130.46º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D67C is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 214 124 -
CMYK 0.51 0 0.42 0.16
HSL 130.46º 0.57% 0.63% -
HSV(B) 130.46º 0.51% 0.84% -
XYZ 33.51 52.55 27.45 -
YUV 171.15 101.39 80.82 -
System Red Green Blue C M Y K H S L
Decimal 105 214 124 0.51 0 0.42 0.16 130.46 0.57 0.63
Hex 69 D6 7C 33 0 2A 10 82 39 3F
Octal 151 326 174 63 0 52 20 202 71 77
Binary 1101001 11010110 1111100 110011 0 101010 10000 10000010 111001 111111

Color Harmonies of #69D67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D67C

Black with #69D67C

Text Example


Text Example

White with #69D67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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