Html Css Color HEX #6AF481 Pastel Green

📋 copy color: '#6AF481'

red 106 ◦ green 244 ◦ blue 129

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

Shades of Pastel Green #6AF481

Tints of Pastel Green #6AF481

RGB

 RED value IS 106 (41.8% from 255) = 22.13%

 GREEN value IS 244 (95.7% from 255) = 50.94%

 BLUE value IS 129 (50.78% from 255) = 26.93%

R = 22.13%
G = 50.94%
B = 26.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#6AF481 (or 0x6AF481) is known color: Pastel Green. HEX triplet: 6A, F4 and 81. RGB value is (106,244,129). Sum of RGB (Red+Green+Blue) = 106+244+129=479 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.13% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF481 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF481 is #950B7E. Grayscale: #BDBDBD. Windows color (decimal): -9767807 or 8516714. OLE color: 8516714.

HSL color Cylindrical-coordinate representation of color #6AF481: hue angle of 130º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF481 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 106 244 129 -
CMYK 0.57 0 0.47 0.04
HSL 130º 0.86% 0.69% -
HSV(B) 130º 0.57% 0.96% -
XYZ 42.26 69.35 31.93 -
YUV 189.63 93.78 68.35 -
System Red Green Blue C M Y K H S L
Decimal 106 244 129 0.57 0 0.47 0.04 130 0.86 0.69
Hex 6A F4 81 39 0 2F 4 82 56 45
Octal 152 364 201 71 0 57 4 202 126 105
Binary 1101010 11110100 10000001 111001 0 101111 100 10000010 1010110 1000101

Color Harmonies of #6AF481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF481

Black with #6AF481

Text Example


Text Example

White with #6AF481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AF481; }

 p { color: rgb(106,244,129); }

 H1.HeaderClassName
 {
   color: #6AF481;
 }
 .AnyTagClassName
 {
   color: #6AF481;
 }
</style>

background-color css

<style>
 a { background-color: #6AF481; }

 a { background-color: rgb(106,244,129); }

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

border-color css

<style>
 span { border-color: #6AF481; }

 span { border-color: rgb(106,244,129); }

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