Html Css Color HEX #69EF80 Pastel Green

📋 copy color: '#69EF80'

red 105 ◦ green 239 ◦ blue 128

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

Shades of Pastel Green #69EF80

Tints of Pastel Green #69EF80

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.64%

 BLUE value IS 128 (50.39% from 255) = 27.12%

R = 22.25%
G = 50.64%
B = 27.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#69EF80 (or 0x69EF80) is known color: Pastel Green. HEX triplet: 69, EF and 80. RGB value is (105,239,128). Sum of RGB (Red+Green+Blue) = 105+239+128=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EF80 is #96107F. Grayscale: #BABABA. Windows color (decimal): -9834624 or 8449897. OLE color: 8449897.

HSL color Cylindrical-coordinate representation of color #69EF80: hue angle of 130.3º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EF80 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 239 128 -
CMYK 0.56 0 0.46 0.06
HSL 130.3º 0.81% 0.67% -
HSV(B) 130.3º 0.56% 0.94% -
XYZ 40.59 66.29 31.08 -
YUV 186.28 95.11 70.03 -
System Red Green Blue C M Y K H S L
Decimal 105 239 128 0.56 0 0.46 0.06 130.3 0.81 0.67
Hex 69 EF 80 38 0 2E 6 82 51 43
Octal 151 357 200 70 0 56 6 202 121 103
Binary 1101001 11101111 10000000 111000 0 101110 110 10000010 1010001 1000011

Color Harmonies of #69EF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EF80

Black with #69EF80

Text Example


Text Example

White with #69EF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,239,128); }

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

background-color css

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

 a { background-color: rgb(105,239,128); }

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

border-color css

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

 span { border-color: rgb(105,239,128); }

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