Html Css Color HEX #83F266 Pastel Green

📋 copy color: '#83F266'

red 131 ◦ green 242 ◦ blue 102

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

Shades of Pastel Green #83F266

Tints of Pastel Green #83F266

RGB

 RED value IS 131 (51.56% from 255) = 27.58%

 GREEN value IS 242 (94.92% from 255) = 50.95%

 BLUE value IS 102 (40.23% from 255) = 21.47%

R = 27.58%
G = 50.95%
B = 21.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#83F266 (or 0x83F266) is known color: Pastel Green. HEX triplet: 83, F2 and 66. RGB value is (131,242,102). Sum of RGB (Red+Green+Blue) = 131+242+102=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #83F266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F266 is #7C0D99. Grayscale: #C1C1C1. Windows color (decimal): -8129946 or 6746755. OLE color: 6746755.

HSL color Cylindrical-coordinate representation of color #83F266: hue angle of 107.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83F266 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 242 102 -
CMYK 0.46 0 0.58 0.05
HSL 107.57º 0.84% 0.67% -
HSV(B) 107.57º 0.58% 0.95% -
XYZ 43.51 69.29 23.65 -
YUV 192.85 76.73 83.88 -
System Red Green Blue C M Y K H S L
Decimal 131 242 102 0.46 0 0.58 0.05 107.57 0.84 0.67
Hex 83 F2 66 2E 0 3A 5 6C 54 43
Octal 203 362 146 56 0 72 5 154 124 103
Binary 10000011 11110010 1100110 101110 0 111010 101 1101100 1010100 1000011

Color Harmonies of #83F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F266

Black with #83F266

Text Example


Text Example

White with #83F266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83F266; }

 p { color: rgb(131,242,102); }

 H1.HeaderClassName
 {
   color: #83F266;
 }
 .AnyTagClassName
 {
   color: #83F266;
 }
</style>

background-color css

<style>
 a { background-color: #83F266; }

 a { background-color: rgb(131,242,102); }

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

border-color css

<style>
 span { border-color: #83F266; }

 span { border-color: rgb(131,242,102); }

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