Html Css Color HEX #69D96C Pastel Green

📋 copy color: '#69D96C'

red 105 ◦ green 217 ◦ blue 108

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

Shades of Pastel Green #69D96C

Tints of Pastel Green #69D96C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.47%

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

R = 24.42%
G = 50.47%
B = 25.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#69D96C (or 0x69D96C) is known color: Pastel Green. HEX triplet: 69, D9 and 6C. RGB value is (105,217,108). Sum of RGB (Red+Green+Blue) = 105+217+108=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #69D96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D96C is #962693. Grayscale: #ABABAB. Windows color (decimal): -9840276 or 7133545. OLE color: 7133545.

HSL color Cylindrical-coordinate representation of color #69D96C: hue angle of 121.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D96C is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 217 108 -
CMYK 0.52 0 0.50 0.15
HSL 121.61º 0.6% 0.63% -
HSV(B) 121.61º 0.52% 0.85% -
XYZ 33.35 53.71 22.8 -
YUV 171.09 92.39 80.86 -
System Red Green Blue C M Y K H S L
Decimal 105 217 108 0.52 0 0.50 0.15 121.61 0.6 0.63
Hex 69 D9 6C 34 0 32 F 7A 3C 3F
Octal 151 331 154 64 0 62 17 172 74 77
Binary 1101001 11011001 1101100 110100 0 110010 1111 1111010 111100 111111

Color Harmonies of #69D96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D96C

Black with #69D96C

Text Example


Text Example

White with #69D96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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