#6BF392

Color #6BF392 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6BF392

Tints of Pastel Green #6BF392

Color information

#6BF392 (or 0x6BF392) is unknown color: approx Pastel Green. HEX triplet: 6B, F3 and 92. RGB value is (107,243,146). Sum of RGB (Red+Green+Blue) = 107+243+146=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #6BF392 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF392 is #940C6D. Grayscale: #BFBFBF. Windows color (decimal): -9702510 or 9630571. OLE color: 9630571.

HSL color Cylindrical-coordinate representation of color #6BF392: hue angle of 137.21º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF392 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB107243146-
CMYK0.5600.400.05
HSL137.21º85%68.63%-
HSV(B)137.21º55.97%95.29%-
XYZ43.369.338.29-
YUV191.28102.4467.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.57%
GREEN value IS 243 (95.31% from 255) = 48.99%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=21.57%
G=48.99%
B=29.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1072431460.5600.400.05137.218568.63
Hex6BF392380285895545
Octal153363222700505211125105
Binary1101011111100111001001011100001010001011000100110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,243,146); }

 H1.HeaderClassName
 {
   color: #6BF392;
 }
 .AnyTagClassName
 {
   color: #6BF392;
 }
</style>
background-color css

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

 a { background-color: rgb(107,243,146); }

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

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

 span { border-color: rgb(107,243,146); }

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