#67F291

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

Shades of Pastel Green #67F291

Tints of Pastel Green #67F291

Color information

#67F291 (or 0x67F291) is unknown color: approx Pastel Green. HEX triplet: 67, F2 and 91. RGB value is (103,242,145). Sum of RGB (Red+Green+Blue) = 103+242+145=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #67F291 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F291 is #980D6E. Grayscale: #BDBDBD. Windows color (decimal): -9964911 or 9564775. OLE color: 9564775.

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

Color convert

RGB103242145-
CMYK0.5700.400.05
HSL138.13º84.24%67.65%-
HSV(B)138.13º57.44%94.9%-
XYZ42.4668.4337.76-
YUV189.38102.9566.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.02%
GREEN value IS 242 (94.92% from 255) = 49.39%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=21.02%
G=49.39%
B=29.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1032421450.5700.400.05138.1384.2467.65
Hex67F2913902858a5444
Octal147362221710505212124104
Binary1100111111100101001000111100101010001011000101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67F291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67F291; }

 p { color: rgb(103,242,145); }

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

<style>
 a { background-color: #67F291; }

 a { background-color: rgb(103,242,145); }

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

<style>
 span { border-color: #67F291; }

 span { border-color: rgb(103,242,145); }

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