Html Css Color HEX #83F268 Pastel Green

📋 copy color: '#83F268'

red 131 ◦ green 242 ◦ blue 104

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

Shades of Pastel Green #83F268

Tints of Pastel Green #83F268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.8%

R = 27.46%
G = 50.73%
B = 21.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#83F268 (or 0x83F268) is known color: Pastel Green. HEX triplet: 83, F2 and 68. RGB value is (131,242,104). Sum of RGB (Red+Green+Blue) = 131+242+104=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #83F268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F268 is #7C0D97. Grayscale: #C1C1C1. Windows color (decimal): -8129944 or 6877827. OLE color: 6877827.

HSL color Cylindrical-coordinate representation of color #83F268: hue angle of 108.26º degrees, saturation: 0.84, 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 #83F268 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 242 104 -
CMYK 0.46 0 0.57 0.05
HSL 108.26º 0.84% 0.68% -
HSV(B) 108.26º 0.57% 0.95% -
XYZ 43.61 69.33 24.18 -
YUV 193.08 77.73 83.72 -
System Red Green Blue C M Y K H S L
Decimal 131 242 104 0.46 0 0.57 0.05 108.26 0.84 0.68
Hex 83 F2 68 2E 0 39 5 6C 54 44
Octal 203 362 150 56 0 71 5 154 124 104
Binary 10000011 11110010 1101000 101110 0 111001 101 1101100 1010100 1000100

Color Harmonies of #83F268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F268

Black with #83F268

Text Example


Text Example

White with #83F268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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