Html Css Color HEX #69EE7D Pastel Green

📋 copy color: '#69EE7D'

red 105 ◦ green 238 ◦ blue 125

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

Shades of Pastel Green #69EE7D

Tints of Pastel Green #69EE7D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.85%

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 22.44%
G = 50.85%
B = 26.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#69EE7D (or 0x69EE7D) is known color: Pastel Green. HEX triplet: 69, EE and 7D. RGB value is (105,238,125). Sum of RGB (Red+Green+Blue) = 105+238+125=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #69EE7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69EE7D is #961182. Grayscale: #B9B9B9. Windows color (decimal): -9834883 or 8253033. OLE color: 8253033.

HSL color Cylindrical-coordinate representation of color #69EE7D: hue angle of 129.02º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EE7D is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 238 125 -
CMYK 0.56 0 0.47 0.07
HSL 129.02º 0.8% 0.67% -
HSV(B) 129.02º 0.56% 0.93% -
XYZ 40.1 65.63 29.96 -
YUV 185.35 93.94 70.69 -
System Red Green Blue C M Y K H S L
Decimal 105 238 125 0.56 0 0.47 0.07 129.02 0.8 0.67
Hex 69 EE 7D 38 0 2F 7 81 50 43
Octal 151 356 175 70 0 57 7 201 120 103
Binary 1101001 11101110 1111101 111000 0 101111 111 10000001 1010000 1000011

Color Harmonies of #69EE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EE7D

Black with #69EE7D

Text Example


Text Example

White with #69EE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,238,125); }

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

background-color css

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

 a { background-color: rgb(105,238,125); }

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

border-color css

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

 span { border-color: rgb(105,238,125); }

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