#6BF588

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

Shades of Pastel Green #6BF588

Tints of Pastel Green #6BF588

Color information

#6BF588 (or 0x6BF588) is unknown color: approx Pastel Green. HEX triplet: 6B, F5 and 88. RGB value is (107,245,136). Sum of RGB (Red+Green+Blue) = 107+245+136=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #6BF588 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF588 is #940A77. Grayscale: #BFBFBF. Windows color (decimal): -9702008 or 8975723. OLE color: 8975723.

HSL color Cylindrical-coordinate representation of color #6BF588: hue angle of 132.61º degrees, saturation: 0.87, 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 #6BF588 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB107245136-
CMYK0.5600.440.04
HSL132.61º87.34%69.02%-
HSV(B)132.61º56.33%96.08%-
XYZ43.1670.2134.57-
YUV191.3196.7867.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.93%
GREEN value IS 245 (96.09% from 255) = 50.20%
BLUE value IS 136 (53.52% from 255) = 27.87%
R=21.93%
G=50.20%
B=27.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1072451360.5600.440.04132.6187.3469.02
Hex6BF5883802C4855745
Octal153365210700544205127105
Binary1101011111101011000100011100001011001001000010110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,245,136); }

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

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

 a { background-color: rgb(107,245,136); }

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

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

 span { border-color: rgb(107,245,136); }

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