Html Css Color HEX #63F085 Pastel Green

📋 copy color: '#63F085'

red 99 ◦ green 240 ◦ blue 133

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

Shades of Pastel Green #63F085

Tints of Pastel Green #63F085

RGB

 RED value IS 99 (39.06% from 255) = 20.97%

 GREEN value IS 240 (94.14% from 255) = 50.85%

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

R = 20.97%
G = 50.85%
B = 28.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#63F085 (or 0x63F085) is known color: Pastel Green. HEX triplet: 63, F0 and 85. RGB value is (99,240,133). Sum of RGB (Red+Green+Blue) = 99+240+133=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #63F085 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #63F085 is #9C0F7A. Grayscale: #B9B9B9. Windows color (decimal): -10227579 or 8777827. OLE color: 8777827.

HSL color Cylindrical-coordinate representation of color #63F085: hue angle of 134.47º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F085 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 240 133 -
CMYK 0.59 0 0.45 0.06
HSL 134.47º 0.82% 0.66% -
HSV(B) 134.47º 0.59% 0.94% -
XYZ 40.54 66.67 32.92 -
YUV 185.64 98.29 66.2 -
System Red Green Blue C M Y K H S L
Decimal 99 240 133 0.59 0 0.45 0.06 134.47 0.82 0.66
Hex 63 F0 85 3B 0 2D 6 86 52 42
Octal 143 360 205 73 0 55 6 206 122 102
Binary 1100011 11110000 10000101 111011 0 101101 110 10000110 1010010 1000010

Color Harmonies of #63F085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F085

Black with #63F085

Text Example


Text Example

White with #63F085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63F085; }

 p { color: rgb(99,240,133); }

 H1.HeaderClassName
 {
   color: #63F085;
 }
 .AnyTagClassName
 {
   color: #63F085;
 }
</style>

background-color css

<style>
 a { background-color: #63F085; }

 a { background-color: rgb(99,240,133); }

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

border-color css

<style>
 span { border-color: #63F085; }

 span { border-color: rgb(99,240,133); }

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