Html Css Color HEX #69E076 Pastel Green

📋 copy color: '#69E076'

red 105 ◦ green 224 ◦ blue 118

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

Shades of Pastel Green #69E076

Tints of Pastel Green #69E076

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.11%

 BLUE value IS 118 (46.48% from 255) = 26.4%

R = 23.49%
G = 50.11%
B = 26.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#69E076 (or 0x69E076) is known color: Pastel Green. HEX triplet: 69, E0 and 76. RGB value is (105,224,118). Sum of RGB (Red+Green+Blue) = 105+224+118=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #69E076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E076 is #961F89. Grayscale: #B0B0B0. Windows color (decimal): -9838474 or 7790697. OLE color: 7790697.

HSL color Cylindrical-coordinate representation of color #69E076: hue angle of 126.55º degrees, saturation: 0.66, 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 #69E076 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 224 118 -
CMYK 0.53 0 0.47 0.12
HSL 126.55º 0.66% 0.65% -
HSV(B) 126.55º 0.53% 0.88% -
XYZ 35.75 57.62 26.38 -
YUV 176.34 95.08 77.12 -
System Red Green Blue C M Y K H S L
Decimal 105 224 118 0.53 0 0.47 0.12 126.55 0.66 0.65
Hex 69 E0 76 35 0 2F C 7F 42 41
Octal 151 340 166 65 0 57 14 177 102 101
Binary 1101001 11100000 1110110 110101 0 101111 1100 1111111 1000010 1000001

Color Harmonies of #69E076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E076

Black with #69E076

Text Example


Text Example

White with #69E076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,224,118); }

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

background-color css

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

 a { background-color: rgb(105,224,118); }

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

border-color css

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

 span { border-color: rgb(105,224,118); }

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