Html Css Color HEX #69D071 Pastel Green

📋 copy color: '#69D071'

red 105 ◦ green 208 ◦ blue 113

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

Shades of Pastel Green #69D071

Tints of Pastel Green #69D071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.83%

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

R = 24.65%
G = 48.83%
B = 26.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#69D071 (or 0x69D071) is known color: Pastel Green. HEX triplet: 69, D0 and 71. RGB value is (105,208,113). Sum of RGB (Red+Green+Blue) = 105+208+113=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #69D071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D071 is #962F8E. Grayscale: #A6A6A6. Windows color (decimal): -9842575 or 7458921. OLE color: 7458921.

HSL color Cylindrical-coordinate representation of color #69D071: hue angle of 124.66º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D071 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 208 113 -
CMYK 0.50 0 0.46 0.18
HSL 124.66º 0.52% 0.61% -
HSV(B) 124.66º 0.5% 0.82% -
XYZ 31.36 49.31 23.49 -
YUV 166.37 97.88 84.22 -
System Red Green Blue C M Y K H S L
Decimal 105 208 113 0.50 0 0.46 0.18 124.66 0.52 0.61
Hex 69 D0 71 32 0 2E 12 7D 34 3D
Octal 151 320 161 62 0 56 22 175 64 75
Binary 1101001 11010000 1110001 110010 0 101110 10010 1111101 110100 111101

Color Harmonies of #69D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D071

Black with #69D071

Text Example


Text Example

White with #69D071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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