#67F292

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

Shades of Pastel Green #67F292

Tints of Pastel Green #67F292

Color information

#67F292 (or 0x67F292) is unknown color: approx Pastel Green. HEX triplet: 67, F2 and 92. RGB value is (103,242,146). Sum of RGB (Red+Green+Blue) = 103+242+146=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #67F292 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F292 is #980D6D. Grayscale: #BDBDBD. Windows color (decimal): -9964910 or 9630311. OLE color: 9630311.

HSL color Cylindrical-coordinate representation of color #67F292: hue angle of 138.56º 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 #67F292 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB103242146-
CMYK0.5700.400.05
HSL138.56º84.24%67.65%-
HSV(B)138.56º57.44%94.9%-
XYZ42.5368.4638.17-
YUV189.5103.4566.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.98%
GREEN value IS 242 (94.92% from 255) = 49.29%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=20.98%
G=49.29%
B=29.74%

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
Decimal1032421460.5700.400.05138.5684.2467.65
Hex67F2923902858b5444
Octal147362222710505213124104
Binary1100111111100101001001011100101010001011000101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67F292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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