Html Css Color HEX #69D25D Pastel Green

📋 copy color: '#69D25D'

red 105 ◦ green 210 ◦ blue 93

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

Shades of Pastel Green #69D25D

Tints of Pastel Green #69D25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.47%

 BLUE value IS 93 (36.72% from 255) = 22.79%

R = 25.74%
G = 51.47%
B = 22.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#69D25D (or 0x69D25D) is known color: Pastel Green. HEX triplet: 69, D2 and 5D. RGB value is (105,210,93). Sum of RGB (Red+Green+Blue) = 105+210+93=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #69D25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D25D is #962DA2. Grayscale: #A5A5A5. Windows color (decimal): -9842083 or 6148713. OLE color: 6148713.

HSL color Cylindrical-coordinate representation of color #69D25D: hue angle of 113.85º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69D25D is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 210 93 -
CMYK 0.50 0 0.56 0.18
HSL 113.85º 0.57% 0.59% -
HSV(B) 113.85º 0.56% 0.82% -
XYZ 30.85 49.89 18.36 -
YUV 165.27 87.21 85.01 -
System Red Green Blue C M Y K H S L
Decimal 105 210 93 0.50 0 0.56 0.18 113.85 0.57 0.59
Hex 69 D2 5D 32 0 38 12 72 39 3B
Octal 151 322 135 62 0 70 22 162 71 73
Binary 1101001 11010010 1011101 110010 0 111000 10010 1110010 111001 111011

Color Harmonies of #69D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D25D

Black with #69D25D

Text Example


Text Example

White with #69D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,210,93); }

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

background-color css

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

 a { background-color: rgb(105,210,93); }

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

border-color css

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

 span { border-color: rgb(105,210,93); }

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