Html Css Color HEX #69DB70 Pastel Green

📋 copy color: '#69DB70'

red 105 ◦ green 219 ◦ blue 112

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

Shades of Pastel Green #69DB70

Tints of Pastel Green #69DB70

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.23%

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 24.08%
G = 50.23%
B = 25.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#69DB70 (or 0x69DB70) is known color: Pastel Green. HEX triplet: 69, DB and 70. RGB value is (105,219,112). Sum of RGB (Red+Green+Blue) = 105+219+112=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DB70 is #96248F. Grayscale: #ADADAD. Windows color (decimal): -9839760 or 7396201. OLE color: 7396201.

HSL color Cylindrical-coordinate representation of color #69DB70: hue angle of 123.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DB70 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 219 112 -
CMYK 0.52 0 0.49 0.14
HSL 123.68º 0.61% 0.64% -
HSV(B) 123.68º 0.52% 0.86% -
XYZ 34.08 54.84 24.12 -
YUV 172.72 93.73 79.7 -
System Red Green Blue C M Y K H S L
Decimal 105 219 112 0.52 0 0.49 0.14 123.68 0.61 0.64
Hex 69 DB 70 34 0 31 E 7C 3D 40
Octal 151 333 160 64 0 61 16 174 75 100
Binary 1101001 11011011 1110000 110100 0 110001 1110 1111100 111101 1000000

Color Harmonies of #69DB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DB70

Black with #69DB70

Text Example


Text Example

White with #69DB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,219,112); }

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

background-color css

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

 a { background-color: rgb(105,219,112); }

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

border-color css

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

 span { border-color: rgb(105,219,112); }

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