Html Css Color HEX #84F69B Light Green

📋 copy color: '#84F69B'

red 132 ◦ green 246 ◦ blue 155

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

Shades of Light Green #84F69B

Tints of Light Green #84F69B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.15%

 BLUE value IS 155 (60.94% from 255) = 29.08%

R = 24.77%
G = 46.15%
B = 29.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#84F69B (or 0x84F69B) is known color: Light Green. HEX triplet: 84, F6 and 9B. RGB value is (132,246,155). Sum of RGB (Red+Green+Blue) = 132+246+155=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #84F69B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F69B is #7B0964. Grayscale: #C9C9C9. Windows color (decimal): -8063333 or 10221188. OLE color: 10221188.

HSL color Cylindrical-coordinate representation of color #84F69B: hue angle of 132.11º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F69B is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 246 155 -
CMYK 0.46 0 0.37 0.04
HSL 132.11º 0.86% 0.74% -
HSV(B) 132.11º 0.46% 0.96% -
XYZ 48.39 73.18 42.59 -
YUV 201.54 101.73 78.4 -
System Red Green Blue C M Y K H S L
Decimal 132 246 155 0.46 0 0.37 0.04 132.11 0.86 0.74
Hex 84 F6 9B 2E 0 25 4 84 56 4A
Octal 204 366 233 56 0 45 4 204 126 112
Binary 10000100 11110110 10011011 101110 0 100101 100 10000100 1010110 1001010

Color Harmonies of #84F69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F69B

Black with #84F69B

Text Example


Text Example

White with #84F69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,246,155); }

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

background-color css

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

 a { background-color: rgb(132,246,155); }

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

border-color css

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

 span { border-color: rgb(132,246,155); }

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