Html Css Color HEX #69D685 Pastel Green

📋 copy color: '#69D685'

red 105 ◦ green 214 ◦ blue 133

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

Shades of Pastel Green #69D685

Tints of Pastel Green #69D685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.35%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 23.23%
G = 47.35%
B = 29.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#69D685 (or 0x69D685) is known color: Pastel Green. HEX triplet: 69, D6 and 85. RGB value is (105,214,133). Sum of RGB (Red+Green+Blue) = 105+214+133=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #69D685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D685 is #96297A. Grayscale: #ACACAC. Windows color (decimal): -9841019 or 8771177. OLE color: 8771177.

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

Color convert

RGB 105 214 133 -
CMYK 0.51 0 0.38 0.16
HSL 135.41º 0.57% 0.63% -
HSV(B) 135.41º 0.51% 0.84% -
XYZ 34.11 52.79 30.58 -
YUV 172.18 105.89 80.09 -
System Red Green Blue C M Y K H S L
Decimal 105 214 133 0.51 0 0.38 0.16 135.41 0.57 0.63
Hex 69 D6 85 33 0 26 10 87 39 3F
Octal 151 326 205 63 0 46 20 207 71 77
Binary 1101001 11010110 10000101 110011 0 100110 10000 10000111 111001 111111

Color Harmonies of #69D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D685

Black with #69D685

Text Example


Text Example

White with #69D685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,214,133); }

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

background-color css

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

 a { background-color: rgb(105,214,133); }

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

border-color css

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

 span { border-color: rgb(105,214,133); }

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