Html Css Color HEX #6BF482 Pastel Green

📋 copy color: '#6BF482'

red 107 ◦ green 244 ◦ blue 130

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

Shades of Pastel Green #6BF482

Tints of Pastel Green #6BF482

RGB

 RED value IS 107 (42.19% from 255) = 22.25%

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

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 22.25%
G = 50.73%
B = 27.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#6BF482 (or 0x6BF482) is known color: Pastel Green. HEX triplet: 6B, F4 and 82. RGB value is (107,244,130). Sum of RGB (Red+Green+Blue) = 107+244+130=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #6BF482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF482 is #940B7D. Grayscale: #BEBEBE. Windows color (decimal): -9702270 or 8582251. OLE color: 8582251.

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

Color convert

RGB 107 244 130 -
CMYK 0.56 0 0.47 0.04
HSL 130.07º 0.86% 0.69% -
HSV(B) 130.07º 0.56% 0.96% -
XYZ 42.44 69.44 32.29 -
YUV 190.04 94.11 68.77 -
System Red Green Blue C M Y K H S L
Decimal 107 244 130 0.56 0 0.47 0.04 130.07 0.86 0.69
Hex 6B F4 82 38 0 2F 4 82 56 45
Octal 153 364 202 70 0 57 4 202 126 105
Binary 1101011 11110100 10000010 111000 0 101111 100 10000010 1010110 1000101

Color Harmonies of #6BF482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF482

Black with #6BF482

Text Example


Text Example

White with #6BF482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,244,130); }

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

background-color css

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

 a { background-color: rgb(107,244,130); }

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

border-color css

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

 span { border-color: rgb(107,244,130); }

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