Html Css Color HEX #69E185 Pastel Green

📋 copy color: '#69E185'

red 105 ◦ green 225 ◦ blue 133

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

Shades of Pastel Green #69E185

Tints of Pastel Green #69E185

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.6%

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 22.68%
G = 48.6%
B = 28.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#69E185 (or 0x69E185) is known color: Pastel Green. HEX triplet: 69, E1 and 85. RGB value is (105,225,133). Sum of RGB (Red+Green+Blue) = 105+225+133=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #69E185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E185 is #961E7A. Grayscale: #B2B2B2. Windows color (decimal): -9838203 or 8773993. OLE color: 8773993.

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

Color convert

RGB 105 225 133 -
CMYK 0.53 0 0.41 0.12
HSL 134º 0.67% 0.65% -
HSV(B) 134º 0.53% 0.88% -
XYZ 36.98 58.55 31.54 -
YUV 178.63 102.24 75.48 -
System Red Green Blue C M Y K H S L
Decimal 105 225 133 0.53 0 0.41 0.12 134 0.67 0.65
Hex 69 E1 85 35 0 29 C 86 43 41
Octal 151 341 205 65 0 51 14 206 103 101
Binary 1101001 11100001 10000101 110101 0 101001 1100 10000110 1000011 1000001

Color Harmonies of #69E185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E185

Black with #69E185

Text Example


Text Example

White with #69E185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,225,133); }

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

background-color css

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

 a { background-color: rgb(105,225,133); }

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

border-color css

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

 span { border-color: rgb(105,225,133); }

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