Html Css Color HEX #69E768 Pastel Green

📋 copy color: '#69E768'

red 105 ◦ green 231 ◦ blue 104

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

Shades of Pastel Green #69E768

Tints of Pastel Green #69E768

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.5%

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 23.86%
G = 52.5%
B = 23.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#69E768 (or 0x69E768) is known color: Pastel Green. HEX triplet: 69, E7 and 68. RGB value is (105,231,104). Sum of RGB (Red+Green+Blue) = 105+231+104=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #69E768 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69E768 is #961897. Grayscale: #B3B3B3. Windows color (decimal): -9836696 or 6874985. OLE color: 6874985.

HSL color Cylindrical-coordinate representation of color #69E768: hue angle of 119.53º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E768 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 231 104 -
CMYK 0.55 0 0.55 0.09
HSL 119.53º 0.73% 0.66% -
HSV(B) 119.53º 0.55% 0.91% -
XYZ 36.9 61.15 22.96 -
YUV 178.85 85.76 75.33 -
System Red Green Blue C M Y K H S L
Decimal 105 231 104 0.55 0 0.55 0.09 119.53 0.73 0.66
Hex 69 E7 68 37 0 37 9 78 49 42
Octal 151 347 150 67 0 67 11 170 111 102
Binary 1101001 11100111 1101000 110111 0 110111 1001 1111000 1001001 1000010

Color Harmonies of #69E768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E768

Black with #69E768

Text Example


Text Example

White with #69E768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,231,104); }

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

background-color css

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

 a { background-color: rgb(105,231,104); }

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

border-color css

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

 span { border-color: rgb(105,231,104); }

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