#6BF28F

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

Shades of Pastel Green #6BF28F

Tints of Pastel Green #6BF28F

Color information

#6BF28F (or 0x6BF28F) is unknown color: approx Pastel Green. HEX triplet: 6B, F2 and 8F. RGB value is (107,242,143). Sum of RGB (Red+Green+Blue) = 107+242+143=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF28F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF28F is #940D70. Grayscale: #BEBEBE. Windows color (decimal): -9702769 or 9433707. OLE color: 9433707.

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

Color convert

RGB107242143-
CMYK0.5600.410.05
HSL136º83.85%68.43%-
HSV(B)136º55.79%94.9%-
XYZ42.7768.6136.98-
YUV190.35101.2768.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.75%
GREEN value IS 242 (94.92% from 255) = 49.19%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=21.75%
G=49.19%
B=29.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1072421430.5600.410.0513683.8568.43
Hex6BF28F380295885444
Octal153362217700515210124104
Binary1101011111100101000111111100001010011011000100010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,242,143); }

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

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

 a { background-color: rgb(107,242,143); }

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

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

 span { border-color: rgb(107,242,143); }

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