Html Css Color HEX #69D76C Pastel Green

📋 copy color: '#69D76C'

red 105 ◦ green 215 ◦ blue 108

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

Shades of Pastel Green #69D76C

Tints of Pastel Green #69D76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.23%

 BLUE value IS 108 (42.58% from 255) = 25.23%

R = 24.53%
G = 50.23%
B = 25.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#69D76C (or 0x69D76C) is known color: Pastel Green. HEX triplet: 69, D7 and 6C. RGB value is (105,215,108). Sum of RGB (Red+Green+Blue) = 105+215+108=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #69D76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D76C is #962893. Grayscale: #AAAAAA. Windows color (decimal): -9840788 or 7133033. OLE color: 7133033.

HSL color Cylindrical-coordinate representation of color #69D76C: hue angle of 121.64º degrees, saturation: 0.58, 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 #69D76C is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 215 108 -
CMYK 0.51 0 0.50 0.16
HSL 121.64º 0.58% 0.63% -
HSV(B) 121.64º 0.51% 0.84% -
XYZ 32.83 52.69 22.63 -
YUV 169.91 93.06 81.7 -
System Red Green Blue C M Y K H S L
Decimal 105 215 108 0.51 0 0.50 0.16 121.64 0.58 0.63
Hex 69 D7 6C 33 0 32 10 7A 3A 3F
Octal 151 327 154 63 0 62 20 172 72 77
Binary 1101001 11010111 1101100 110011 0 110010 10000 1111010 111010 111111

Color Harmonies of #69D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D76C

Black with #69D76C

Text Example


Text Example

White with #69D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,215,108); }

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

background-color css

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

 a { background-color: rgb(105,215,108); }

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

border-color css

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

 span { border-color: rgb(105,215,108); }

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