Html Css Color HEX #69F385 Pastel Green

📋 copy color: '#69F385'

red 105 ◦ green 243 ◦ blue 133

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

Shades of Pastel Green #69F385

Tints of Pastel Green #69F385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.52%

 BLUE value IS 133 (52.34% from 255) = 27.65%

R = 21.83%
G = 50.52%
B = 27.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#69F385 (or 0x69F385) is known color: Pastel Green. HEX triplet: 69, F3 and 85. RGB value is (105,243,133). Sum of RGB (Red+Green+Blue) = 105+243+133=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #69F385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F385 is #960C7A. Grayscale: #BDBDBD. Windows color (decimal): -9833595 or 8778601. OLE color: 8778601.

HSL color Cylindrical-coordinate representation of color #69F385: hue angle of 132.17º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F385 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 243 133 -
CMYK 0.57 0 0.45 0.05
HSL 132.17º 0.85% 0.68% -
HSV(B) 132.17º 0.57% 0.95% -
XYZ 42.11 68.8 33.25 -
YUV 189.2 96.28 67.94 -
System Red Green Blue C M Y K H S L
Decimal 105 243 133 0.57 0 0.45 0.05 132.17 0.85 0.68
Hex 69 F3 85 39 0 2D 5 84 55 44
Octal 151 363 205 71 0 55 5 204 125 104
Binary 1101001 11110011 10000101 111001 0 101101 101 10000100 1010101 1000100

Color Harmonies of #69F385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69F385

Black with #69F385

Text Example


Text Example

White with #69F385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,243,133); }

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

background-color css

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

 a { background-color: rgb(105,243,133); }

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

border-color css

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

 span { border-color: rgb(105,243,133); }

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