Html Css Color HEX #84FBA5 Pale Green

📋 copy color: '#84FBA5'

red 132 ◦ green 251 ◦ blue 165

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

Shades of Pale Green #84FBA5

Tints of Pale Green #84FBA5

RGB

 RED value IS 132 (51.95% from 255) = 24.09%

 GREEN value IS 251 (98.44% from 255) = 45.8%

 BLUE value IS 165 (64.84% from 255) = 30.11%

R = 24.09%
G = 45.8%
B = 30.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#84FBA5 (or 0x84FBA5) is known color: Pale Green. HEX triplet: 84, FB and A5. RGB value is (132,251,165). Sum of RGB (Red+Green+Blue) = 132+251+165=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FBA5 is #7B045A. Grayscale: #CDCDCD. Windows color (decimal): -8062043 or 10877828. OLE color: 10877828.

HSL color Cylindrical-coordinate representation of color #84FBA5: hue angle of 136.64º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FBA5 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 251 165 -
CMYK 0.47 0 0.34 0.02
HSL 136.64º 0.94% 0.75% -
HSV(B) 136.64º 0.47% 0.98% -
XYZ 50.8 76.62 47.71 -
YUV 205.62 105.08 75.49 -
System Red Green Blue C M Y K H S L
Decimal 132 251 165 0.47 0 0.34 0.02 136.64 0.94 0.75
Hex 84 FB A5 2F 0 22 2 89 5E 4B
Octal 204 373 245 57 0 42 2 211 136 113
Binary 10000100 11111011 10100101 101111 0 100010 10 10001001 1011110 1001011

Color Harmonies of #84FBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FBA5

Black with #84FBA5

Text Example


Text Example

White with #84FBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84FBA5; }

 p { color: rgb(132,251,165); }

 H1.HeaderClassName
 {
   color: #84FBA5;
 }
 .AnyTagClassName
 {
   color: #84FBA5;
 }
</style>

background-color css

<style>
 a { background-color: #84FBA5; }

 a { background-color: rgb(132,251,165); }

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

border-color css

<style>
 span { border-color: #84FBA5; }

 span { border-color: rgb(132,251,165); }

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