Html Css Color HEX #69D963 Pastel Green

📋 copy color: '#69D963'

red 105 ◦ green 217 ◦ blue 99

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

Shades of Pastel Green #69D963

Tints of Pastel Green #69D963

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.54%

 BLUE value IS 99 (39.06% from 255) = 23.52%

R = 24.94%
G = 51.54%
B = 23.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#69D963 (or 0x69D963) is known color: Pastel Green. HEX triplet: 69, D9 and 63. RGB value is (105,217,99). Sum of RGB (Red+Green+Blue) = 105+217+99=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #69D963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D963 is #96269C. Grayscale: #AAAAAA. Windows color (decimal): -9840285 or 6543721. OLE color: 6543721.

HSL color Cylindrical-coordinate representation of color #69D963: hue angle of 116.95º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69D963 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 217 99 -
CMYK 0.52 0 0.54 0.15
HSL 116.95º 0.61% 0.62% -
HSV(B) 116.95º 0.54% 0.85% -
XYZ 32.89 53.53 20.4 -
YUV 170.06 87.89 81.59 -
System Red Green Blue C M Y K H S L
Decimal 105 217 99 0.52 0 0.54 0.15 116.95 0.61 0.62
Hex 69 D9 63 34 0 36 F 75 3D 3E
Octal 151 331 143 64 0 66 17 165 75 76
Binary 1101001 11011001 1100011 110100 0 110110 1111 1110101 111101 111110

Color Harmonies of #69D963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D963

Black with #69D963

Text Example


Text Example

White with #69D963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,217,99); }

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

background-color css

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

 a { background-color: rgb(105,217,99); }

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

border-color css

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

 span { border-color: rgb(105,217,99); }

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