Html Css Color HEX #69D570 Pastel Green

📋 copy color: '#69D570'

red 105 ◦ green 213 ◦ blue 112

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

Shades of Pastel Green #69D570

Tints of Pastel Green #69D570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.53%

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

R = 24.42%
G = 49.53%
B = 26.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#69D570 (or 0x69D570) is known color: Pastel Green. HEX triplet: 69, D5 and 70. RGB value is (105,213,112). Sum of RGB (Red+Green+Blue) = 105+213+112=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #69D570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D570 is #962A8F. Grayscale: #A9A9A9. Windows color (decimal): -9841296 or 7394665. OLE color: 7394665.

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

Color convert

RGB 105 213 112 -
CMYK 0.51 0 0.47 0.16
HSL 123.89º 0.56% 0.62% -
HSV(B) 123.89º 0.51% 0.84% -
XYZ 32.54 51.76 23.6 -
YUV 169.19 95.72 82.21 -
System Red Green Blue C M Y K H S L
Decimal 105 213 112 0.51 0 0.47 0.16 123.89 0.56 0.62
Hex 69 D5 70 33 0 2F 10 7C 38 3E
Octal 151 325 160 63 0 57 20 174 70 76
Binary 1101001 11010101 1110000 110011 0 101111 10000 1111100 111000 111110

Color Harmonies of #69D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D570

Black with #69D570

Text Example


Text Example

White with #69D570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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