Html Css Color HEX #69DB71 Pastel Green

📋 copy color: '#69DB71'

red 105 ◦ green 219 ◦ blue 113

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

Shades of Pastel Green #69DB71

Tints of Pastel Green #69DB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 24.03%
G = 50.11%
B = 25.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#69DB71 (or 0x69DB71) is known color: Pastel Green. HEX triplet: 69, DB and 71. RGB value is (105,219,113). Sum of RGB (Red+Green+Blue) = 105+219+113=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DB71 is #96248E. Grayscale: #ADADAD. Windows color (decimal): -9839759 or 7461737. OLE color: 7461737.

HSL color Cylindrical-coordinate representation of color #69DB71: hue angle of 124.21º 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 #69DB71 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 219 113 -
CMYK 0.52 0 0.48 0.14
HSL 124.21º 0.61% 0.64% -
HSV(B) 124.21º 0.52% 0.86% -
XYZ 34.14 54.86 24.41 -
YUV 172.83 94.23 79.62 -
System Red Green Blue C M Y K H S L
Decimal 105 219 113 0.52 0 0.48 0.14 124.21 0.61 0.64
Hex 69 DB 71 34 0 30 E 7C 3D 40
Octal 151 333 161 64 0 60 16 174 75 100
Binary 1101001 11011011 1110001 110100 0 110000 1110 1111100 111101 1000000

Color Harmonies of #69DB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DB71

Black with #69DB71

Text Example


Text Example

White with #69DB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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