Html Css Color HEX #69D466 Pastel Green

📋 copy color: '#69D466'

red 105 ◦ green 212 ◦ blue 102

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

Shades of Pastel Green #69D466

Tints of Pastel Green #69D466

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.6%

 BLUE value IS 102 (40.23% from 255) = 24.34%

R = 25.06%
G = 50.6%
B = 24.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#69D466 (or 0x69D466) is known color: Pastel Green. HEX triplet: 69, D4 and 66. RGB value is (105,212,102). Sum of RGB (Red+Green+Blue) = 105+212+102=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #69D466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D466 is #962B99. Grayscale: #A7A7A7. Windows color (decimal): -9841562 or 6739049. OLE color: 6739049.

HSL color Cylindrical-coordinate representation of color #69D466: hue angle of 118.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D466 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 105 212 102 -
CMYK 0.50 0 0.52 0.17
HSL 118.36º 0.56% 0.62% -
HSV(B) 118.36º 0.52% 0.83% -
XYZ 31.77 51.05 20.75 -
YUV 167.47 91.05 83.44 -
System Red Green Blue C M Y K H S L
Decimal 105 212 102 0.50 0 0.52 0.17 118.36 0.56 0.62
Hex 69 D4 66 32 0 34 11 76 38 3E
Octal 151 324 146 62 0 64 21 166 70 76
Binary 1101001 11010100 1100110 110010 0 110100 10001 1110110 111000 111110

Color Harmonies of #69D466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D466

Black with #69D466

Text Example


Text Example

White with #69D466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,212,102); }

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

background-color css

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

 a { background-color: rgb(105,212,102); }

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

border-color css

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

 span { border-color: rgb(105,212,102); }

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