Html Css Color HEX #69D768 Pastel Green

📋 copy color: '#69D768'

red 105 ◦ green 215 ◦ blue 104

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

Shades of Pastel Green #69D768

Tints of Pastel Green #69D768

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.71%

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

R = 24.76%
G = 50.71%
B = 24.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#69D768 (or 0x69D768) is known color: Pastel Green. HEX triplet: 69, D7 and 68. RGB value is (105,215,104). Sum of RGB (Red+Green+Blue) = 105+215+104=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #69D768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D768 is #962897. Grayscale: #A9A9A9. Windows color (decimal): -9840792 or 6870889. OLE color: 6870889.

HSL color Cylindrical-coordinate representation of color #69D768: hue angle of 119.46º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D768 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 215 104 -
CMYK 0.51 0 0.52 0.16
HSL 119.46º 0.58% 0.63% -
HSV(B) 119.46º 0.52% 0.84% -
XYZ 32.62 52.6 21.53 -
YUV 169.46 91.06 82.03 -
System Red Green Blue C M Y K H S L
Decimal 105 215 104 0.51 0 0.52 0.16 119.46 0.58 0.63
Hex 69 D7 68 33 0 34 10 77 3A 3F
Octal 151 327 150 63 0 64 20 167 72 77
Binary 1101001 11010111 1101000 110011 0 110100 10000 1110111 111010 111111

Color Harmonies of #69D768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D768

Black with #69D768

Text Example


Text Example

White with #69D768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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