#67F194

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

Shades of Pastel Green #67F194

Tints of Pastel Green #67F194

Color information

#67F194 (or 0x67F194) is unknown color: approx Pastel Green. HEX triplet: 67, F1 and 94. RGB value is (103,241,148). Sum of RGB (Red+Green+Blue) = 103+241+148=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #67F194 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F194 is #980E6B. Grayscale: #BDBDBD. Windows color (decimal): -9965164 or 9761127. OLE color: 9761127.

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

Color convert

RGB103241148-
CMYK0.5700.390.05
HSL139.57º83.13%67.45%-
HSV(B)139.57º57.26%94.51%-
XYZ42.3967.9338.89-
YUV189.14104.7866.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.93%
GREEN value IS 241 (94.53% from 255) = 48.98%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=20.93%
G=48.98%
B=30.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1032411480.5700.390.05139.5783.1367.45
Hex67F1943902758c5343
Octal147361224710475214123103
Binary1100111111100011001010011100101001111011000110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67F194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,241,148); }

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

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

 a { background-color: rgb(103,241,148); }

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

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

 span { border-color: rgb(103,241,148); }

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