Html Css Color HEX #69E384 Pastel Green

📋 copy color: '#69E384'

red 105 ◦ green 227 ◦ blue 132

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

Shades of Pastel Green #69E384

Tints of Pastel Green #69E384

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.92%

 BLUE value IS 132 (51.95% from 255) = 28.45%

R = 22.63%
G = 48.92%
B = 28.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#69E384 (or 0x69E384) is known color: Pastel Green. HEX triplet: 69, E3 and 84. RGB value is (105,227,132). Sum of RGB (Red+Green+Blue) = 105+227+132=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #69E384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E384 is #961C7B. Grayscale: #B3B3B3. Windows color (decimal): -9837692 or 8708969. OLE color: 8708969.

HSL color Cylindrical-coordinate representation of color #69E384: hue angle of 133.28º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E384 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 105 227 132 -
CMYK 0.54 0 0.42 0.11
HSL 133.28º 0.69% 0.65% -
HSV(B) 133.28º 0.54% 0.89% -
XYZ 37.46 59.61 31.36 -
YUV 179.69 101.08 74.72 -
System Red Green Blue C M Y K H S L
Decimal 105 227 132 0.54 0 0.42 0.11 133.28 0.69 0.65
Hex 69 E3 84 36 0 2A B 85 45 41
Octal 151 343 204 66 0 52 13 205 105 101
Binary 1101001 11100011 10000100 110110 0 101010 1011 10000101 1000101 1000001

Color Harmonies of #69E384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E384

Black with #69E384

Text Example


Text Example

White with #69E384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,227,132); }

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

background-color css

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

 a { background-color: rgb(105,227,132); }

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

border-color css

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

 span { border-color: rgb(105,227,132); }

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