Html Css Color HEX #69D35E Pastel Green

📋 copy color: '#69D35E'

red 105 ◦ green 211 ◦ blue 94

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

Shades of Pastel Green #69D35E

Tints of Pastel Green #69D35E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.46%

 BLUE value IS 94 (37.11% from 255) = 22.93%

R = 25.61%
G = 51.46%
B = 22.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#69D35E (or 0x69D35E) is known color: Pastel Green. HEX triplet: 69, D3 and 5E. RGB value is (105,211,94). Sum of RGB (Red+Green+Blue) = 105+211+94=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #69D35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D35E is #962CA1. Grayscale: #A6A6A6. Windows color (decimal): -9841826 or 6214505. OLE color: 6214505.

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

Color convert

RGB 105 211 94 -
CMYK 0.50 0 0.55 0.17
HSL 114.36º 0.57% 0.6% -
HSV(B) 114.36º 0.55% 0.83% -
XYZ 31.14 50.4 18.68 -
YUV 165.97 87.38 84.51 -
System Red Green Blue C M Y K H S L
Decimal 105 211 94 0.50 0 0.55 0.17 114.36 0.57 0.6
Hex 69 D3 5E 32 0 37 11 72 39 3C
Octal 151 323 136 62 0 67 21 162 71 74
Binary 1101001 11010011 1011110 110010 0 110111 10001 1110010 111001 111100

Color Harmonies of #69D35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D35E

Black with #69D35E

Text Example


Text Example

White with #69D35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,211,94); }

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

background-color css

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

 a { background-color: rgb(105,211,94); }

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

border-color css

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

 span { border-color: rgb(105,211,94); }

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